mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update main.yml
This commit is contained in:
parent
961ea1813e
commit
0538bdc386
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
|||
- name: HTTPD
|
||||
include_role:
|
||||
name: httpd
|
||||
# when: httpd_install
|
||||
tags: base, httpd
|
||||
|
||||
- name: IIAB-ADMIN
|
||||
include_role:
|
||||
name: iiab-admin
|
||||
# when: iiab_install
|
||||
tags: base, iiab-admin
|
||||
|
||||
# the above 2 have no XXXXX_intall flag
|
||||
|
||||
- name: Make sure there is a content directory
|
||||
file: dest={{ doc_root }}/local_content
|
||||
|
|
Loading…
Reference in a new issue