1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Should do what is_guest did, avoid touching the default site file when needed

This commit is contained in:
Jerry Vonau 2022-04-07 08:41:32 -05:00
parent 3040dea46a
commit fbc78d6444

View file

@ -38,9 +38,9 @@
# append: yes
- name: Remove NGINX default config /etc/nginx/sites-enabled/default
- name: Remove NGINX default config {{ nginx_dir }}/sites-enabled/default
file:
path: /etc/nginx/sites-enabled/default
path: "{{ nginx_dir }}/sites-enabled/default"
state: absent
# start block