1
0
Fork 0
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:
A Holt 2018-07-12 21:40:48 -04:00 committed by GitHub
commit 8ba478ef88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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