Introduce collections in molecule too.

This commit is contained in:
Robert de Bock 2021-03-31 09:26:47 +02:00
parent 4b4cde9c72
commit b8a124d6b6

View file

@ -9,12 +9,12 @@
tasks:
- name: make /etc/default
file:
ansible.builtin.file:
path: /etc/default
state: directory
mode: "0755"
- name: place bogus /etc/default/grub
copy:
ansible.builtin.copy:
content: 'GRUB_CMDLINE_LINUX="a=1"'
dest: /etc/default/grub
mode: "0664"