1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

correct for ubuntu

This commit is contained in:
George Hunt 2017-05-28 06:47:49 -07:00
parent 810950ceaa
commit 3da96de4e9
3 changed files with 12 additions and 12 deletions

View file

@ -19,7 +19,7 @@
tags:
- download
when: is_ubuntu
+
- name: Install httpd required packages
package: name={{ item }}
state=present
@ -36,7 +36,7 @@
file: path=/etc/apache2/sites-enabled/000-default.conf
src=/etc/apache2/sites-available/000-default.conf
state=absent
+ when: is_debuntu
when: is_debuntu
- name: Create httpd config files
template: backup=yes