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:
parent
810950ceaa
commit
3da96de4e9
3 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue