1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

move fl.yml

This commit is contained in:
Jerry Vonau 2019-01-15 06:16:08 -06:00
parent a1e6731303
commit 9d3ff4c16a
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,2 @@
- name: Create IIAB directory structure
include_tasks: fl.yml
- name: Create {{ iiab_ini_file }} - name: Create {{ iiab_ini_file }}
include_tasks: iiab_ini.yml include_tasks: iiab_ini.yml

View file

@ -3,6 +3,9 @@
- name: ...IS BEGINNING ========================================== - name: ...IS BEGINNING ==========================================
command: echo command: echo
- name: Create IIAB directory structure
include_tasks: fl.yml
- include_tasks: centos.yml - include_tasks: centos.yml
when: ansible_distribution == "CentOS" when: ansible_distribution == "CentOS"