Fix wrong indentation

This commit is contained in:
Mathieu Gauthier-Pilote 2024-04-11 14:44:49 -04:00
parent 7b74e320c9
commit 6f387b029c

View file

@ -30,7 +30,7 @@
src: "/etc/nginx/sites-available/{{ domain }}.conf"
dest: "/etc/nginx/sites-enabled/{{ domain }}.conf"
state: link
notify: reload nginx
notify: reload nginx
- name: Flush handlers
ansible.builtin.meta: flush_handlers
- name: Make sure /var/lib/letsencrypt exists and has correct permissions