1
0
Fork 0
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:
A Holt 2017-10-26 22:04:54 -04:00 committed by GitHub
parent bd703564a4
commit ec0d48146d

View file

@ -6,11 +6,11 @@
state=directory state=directory
- name: Install admin homepage into apache2 - name: Install admin homepage into apache2
template: src=iiab-home-page.conf template: src=iiab-homepage.conf
dest=/etc/{{ apache_config_dir }}/iiab-home-page.conf dest=/etc/{{ apache_config_dir }}/iiab-homepage.conf
- name: Enable the home page - name: Enable the home page
file: src=/etc/{{ apache_config_dir }}/iiab-home-page.conf file: src=/etc/{{ apache_config_dir }}/iiab-homepage.conf
dest=/etc/apache2/sites-enabled/iiab-home-page.conf dest=/etc/apache2/sites-enabled/iiab-homepage.conf
state=link state=link
when: is_debuntu when: is_debuntu