roles: run ansible-lint --write

This commit is contained in:
2023-08-23 22:22:51 +03:00
parent 7a9a24ef5d
commit 06416a3b64
11 changed files with 200 additions and 209 deletions

View File

@ -1,10 +1,9 @@
---
- name: Configure vhosts
ansible.builtin.template:
src: etc/caddy/conf.d/vhost.j2
dest: /etc/caddy/conf.d/{{ item.domain_name }}
mode: 0644
mode: "0644"
owner: root
group: root
loop: "{{ nginx_vhosts }}"