Remove apache default html dir
This commit is contained in:
parent
9f06b9a83a
commit
838c280831
1 changed files with 6 additions and 0 deletions
|
@ -6,3 +6,9 @@
|
|||
state: present
|
||||
update_cache: yes
|
||||
notify: Restart apache2 service
|
||||
|
||||
- name: Remove default html dir
|
||||
become: true
|
||||
file:
|
||||
path: /var/www/html
|
||||
state: absent
|
||||
|
|
Loading…
Reference in a new issue