Remove apache default html dir

This commit is contained in:
flyingscorpio@clevo 2022-03-12 16:56:39 +01:00
parent 9f06b9a83a
commit 838c280831

View file

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