diff --git a/README.md b/README.md index 101de47..81ff0f4 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,12 @@ The machine needs to be prepared in CI this is done using `molecule/resources/pr 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"