mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #893 from holta/apache2-link-deletion
Delete link (our understanding of Ansible was flawed)
This commit is contained in:
commit
8ba478ef88
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@
|
|||
- name: Remove the default apache2 config file (debuntu)
|
||||
file:
|
||||
path: /etc/apache2/sites-enabled/000-default.conf
|
||||
src: /etc/apache2/sites-available/000-default.conf
|
||||
state: absent
|
||||
when: is_debuntu
|
||||
|
||||
|
|
Loading…
Reference in a new issue