mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
doc_root in fl.yml
This commit is contained in:
parent
3659de2caf
commit
9ce8ca9f88
2 changed files with 1 additions and 4 deletions
|
@ -14,6 +14,7 @@
|
|||
- /library/working/rachel
|
||||
- "{{ iiab_zim_path }}/content"
|
||||
- "{{ iiab_zim_path }}/index"
|
||||
- "{{ doc_root }}/local_content"
|
||||
- "{{ doc_root }}/modules"
|
||||
- "{{ doc_root }}/common/css"
|
||||
- "{{ doc_root }}/common/js"
|
||||
|
|
|
@ -21,10 +21,6 @@
|
|||
# has no "when: XXXXX_install" flag
|
||||
tags: base, mysql
|
||||
|
||||
- name: Make sure there is a content directory
|
||||
file: dest={{ doc_root }}/local_content
|
||||
state=directory
|
||||
|
||||
- name: Restart httpd
|
||||
service: name={{ apache_service }}
|
||||
state=restarted
|
||||
|
|
Loading…
Reference in a new issue