mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
5cb8dd4530
commit
495d26b365
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@
|
||||||
|
|
||||||
- name: Create symlinks for enabling our site (debuntu)
|
- name: Create symlinks for enabling our site (debuntu)
|
||||||
file:
|
file:
|
||||||
path: "/etc/apache2/sites-enabled/{{ item }}" # Not nec on Raspbian. Is this really still needed elsewhere?
|
path: "/etc/apache2/sites-enabled/{{ item }}"
|
||||||
src: "/etc/apache2/sites-available/{{ item }}"
|
src: "/etc/apache2/sites-available/{{ item }}"
|
||||||
state: link
|
state: link
|
||||||
with_items:
|
with_items:
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
state: absent
|
state: absent
|
||||||
with_items:
|
with_items:
|
||||||
- /etc/apache2/000-default.conf
|
- /etc/apache2/000-default.conf # Not nec on Raspbian. Is this really still needed elsewhere?
|
||||||
- /etc/apache2/sites-enabled/000-default.conf
|
- /etc/apache2/sites-enabled/000-default.conf
|
||||||
when: is_debuntu
|
when: is_debuntu
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue