mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Merge pull request #1399 from holta/fl-means-file-layout
Clarify that fl.yml signifies "file layout"
This commit is contained in:
commit
5143ee65b1
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
# fl.yml signifies "file layout"
|
||||
|
||||
- name: Create 19 directories with ownership root:root and permissions 0755 (1 in /etc, 3 in {{ iiab_base }} and 15 in /library) # iiab_base is /opt/iiab
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
- name: ...IS BEGINNING ==========================================
|
||||
command: echo
|
||||
|
||||
- name: Create IIAB directory structure
|
||||
- name: Create IIAB directory structure ("file layout")
|
||||
include_tasks: fl.yml
|
||||
|
||||
- include_tasks: centos.yml
|
||||
|
|
Loading…
Reference in a new issue