Skip to content
Snippets Groups Projects
Commit 607adac5 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

style: satisfy linter

parent 91bbc92b
No related branches found
No related tags found
No related merge requests found
Pipeline #6628 passed
......@@ -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 -->"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment