test: not to be merged
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m17s

This commit is contained in:
VC
2025-04-05 14:13:33 +02:00
parent dd89ef99f6
commit 51d3e68b57
4 changed files with 52 additions and 15 deletions

View File

@@ -41,5 +41,12 @@
mode: 'u+rwx,g+rs,o-rwx'
state: directory
- name: Flush handlers
ansible.builtin.meta: flush_handlers
- name: Handle letsencrypt cert
ansible.builtin.include_tasks: letsencrypt.yml
loop: "{{ web_hostname }}"
- name: Include vhosts
ansible.builtin.include_tasks: vhosts.yml