mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update main.yml
This commit is contained in:
parent
203d8b5392
commit
056d9eb87b
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
|||
|
||||
- name: Remove apache2 default config files (debuntu)
|
||||
file:
|
||||
path: {{ item }}
|
||||
path: "{{ item }}"
|
||||
state: absent
|
||||
with_items:
|
||||
- /etc/apache2/000-default.conf
|
||||
|
|
Loading…
Reference in a new issue