mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
www_options/tasks/main.yml: Clarify iiab_home_url
This commit is contained in:
parent
303498a9d1
commit
c8307501e5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
- name: Create dir {{ doc_root }}{{ iiab_home_url }} just in case variable iiab_home_url was customized. (Standard path {{doc_root}}/home was created earlier.)
|
||||
file:
|
||||
state: directory
|
||||
path: "{{ doc_root }}{{ iiab_home_url }}" # /library/www/html/home
|
||||
path: "{{ doc_root }}{{ iiab_home_url }}" # e.g. /library/www/html/home
|
||||
owner: "{{ apache_user }}"
|
||||
group: "{{ apache_user }}"
|
||||
mode: '0755'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue