chore: dont remove default.conf
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2021-05-25 18:33:08 +02:00
parent 57217a7f08
commit 877673ff96
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 5 additions and 3 deletions

View File

@ -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: