1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

/etc/iiab and ordering

This commit is contained in:
Jerry Vonau 2017-11-10 15:10:23 -06:00
parent 9ce8ca9f88
commit 36a0de43b4
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,5 @@
- name: Write iiab_ini.yml for the first time
include_tasks: iiab_ini.yml
- name: Create the directory structure for IIAB
include_tasks: fl.yml
- name: Write iiab_ini.yml for the first time
include_tasks: iiab_ini.yml

View file

@ -5,6 +5,7 @@
mode=0755
state=directory
with_items:
- /etc/iiab
- "{{ yum_packages_dir }}"
- "{{ pip_packages_dir }}"
- "{{ downloads_dir }}"