fix: various ansible-lint failures (jinja2 spacing, yaml octal values)

This commit is contained in:
2026-02-04 11:53:40 +01:00
parent d337407685
commit afcea9439c
8 changed files with 11 additions and 11 deletions

View File

@@ -30,7 +30,7 @@
ansible.builtin.copy:
dest: "{{ nginx_config_file }}"
content: "{{ nginx_config }}"
mode: 0640
mode: "0640"
notify:
- restart-nginx
when: nginx_state == 'present'