Make an empty welcome.conf instead of erasing
This commit is contained in:
parent
6b813e7b36
commit
fc785929c9
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@
|
|||
tags:
|
||||
- people
|
||||
|
||||
- name: Remove default welcome.conf
|
||||
file: path=/etc/httpd/conf.d/welcome.conf state=absent
|
||||
- name: Empty default welcome.conf
|
||||
copy: dest=/etc/httpd/conf.d/welcome.conf content=""
|
||||
tags:
|
||||
- people
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue