1
0
Fork 0
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:
A Holt 2019-01-15 16:40:38 -05:00 committed by GitHub
commit 5143ee65b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -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 }}"

View file

@ -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