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:
parent
3040dea46a
commit
fbc78d6444
1 changed files with 2 additions and 2 deletions
|
@ -38,9 +38,9 @@
|
||||||
# append: yes
|
# append: yes
|
||||||
|
|
||||||
|
|
||||||
- name: Remove NGINX default config /etc/nginx/sites-enabled/default
|
- name: Remove NGINX default config {{ nginx_dir }}/sites-enabled/default
|
||||||
file:
|
file:
|
||||||
path: /etc/nginx/sites-enabled/default
|
path: "{{ nginx_dir }}/sites-enabled/default"
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
# start block
|
# start block
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue