chore: dont remove default.conf
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
57217a7f08
commit
877673ff96
@ -61,9 +61,11 @@
|
||||
notify: __nginx_reload
|
||||
|
||||
- name: Remove default.conf from conf.d
|
||||
file:
|
||||
path: /etc/nginx/conf.d/default.conf
|
||||
state: absent
|
||||
copy:
|
||||
content: |
|
||||
# Ansible managed.
|
||||
# File not in use.
|
||||
dest: /etc/nginx/conf.d/default.conf
|
||||
|
||||
- name: Update header.conf
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user