delete default.conf from conf.d

This commit is contained in:
Robert Kaussow 2017-07-15 18:45:21 +02:00
parent 5ddd6d4d22
commit 4f7870d212
1 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,11 @@
notify:
- nginx_restart
- name: Remove default.conf from conf.d
file:
path: /etc/conf.d/default.conf
state: absent
- name: Add default page config
template:
src: 'etc/nginx/sites-available/default.j2'