diff --git a/tasks/configure_apache.yml b/tasks/configure_apache.yml index 06f63e903967e4cc39d1801baaf3c589540e39fe..5a2a07d456340c9f10c4b0d54c6dfbc7d6083942 100644 --- a/tasks/configure_apache.yml +++ b/tasks/configure_apache.yml @@ -62,9 +62,9 @@ - name: Startseite neu installieren ansible.builtin.blockinfile: dest: "/var/www/html/index.html" - backup: "no" - create: "yes" - mode: 0644 + backup: false + create: true + mode: "0o644" owner: "root" group: "root" marker: "<!-- {mark} ANSIBLE MANAGED BLOCK -->"