mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
/etc/iiab and ordering
This commit is contained in:
parent
9ce8ca9f88
commit
36a0de43b4
2 changed files with 3 additions and 3 deletions
|
@ -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
|
- name: Create the directory structure for IIAB
|
||||||
include_tasks: fl.yml
|
include_tasks: fl.yml
|
||||||
|
|
||||||
|
- name: Write iiab_ini.yml for the first time
|
||||||
|
include_tasks: iiab_ini.yml
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
mode=0755
|
mode=0755
|
||||||
state=directory
|
state=directory
|
||||||
with_items:
|
with_items:
|
||||||
|
- /etc/iiab
|
||||||
- "{{ yum_packages_dir }}"
|
- "{{ yum_packages_dir }}"
|
||||||
- "{{ pip_packages_dir }}"
|
- "{{ pip_packages_dir }}"
|
||||||
- "{{ downloads_dir }}"
|
- "{{ downloads_dir }}"
|
||||||
|
|
Loading…
Reference in a new issue