From 607adac5616e3b7d243f66bc929e03b0af090300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Wed, 17 Jul 2024 08:47:38 +0200 Subject: [PATCH] style: satisfy linter --- tasks/configure_apache.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/configure_apache.yml b/tasks/configure_apache.yml index 06f63e9..5a2a07d 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 -->" -- GitLab