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

Clarify httpd/tasks/install.yml & web_support/tasks/main.yml

This commit is contained in:
root 2020-02-12 07:23:17 -05:00
parent 494dad9f12
commit 5f8745a794
2 changed files with 13 additions and 7 deletions

View file

@ -24,6 +24,11 @@
# 2020-02-12: *REQUIRED* by iiab-admin-console/roles/js-menu/tasks/main.yml,
# which should probably instead softcode iiab_home_url as set in local_vars.yml
#
# SEE httpd/tasks/install.yml for related 'a2ensite iiab-homepage.conf'
#
# (Both mkdir & iiab-homepage.conf stuff used to be in homepage/tasks/main.yml)
#
- name: Create dir {{ doc_root }}/home
file:
state: directory