mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
move pylib.yml to own role
This commit is contained in:
parent
31ddfd8f39
commit
6acb9b5acd
6 changed files with 4 additions and 2 deletions
|
@ -6,8 +6,6 @@
|
|||
- name: Create IIAB directory structure ("file layout")
|
||||
include_tasks: fl.yml
|
||||
|
||||
- include_tasks: pylib.yml
|
||||
|
||||
- include_tasks: centos.yml
|
||||
when: ansible_distribution == "CentOS"
|
||||
|
||||
|
|
|
@ -5,6 +5,10 @@
|
|||
path: "{{ iiab_state_file }}"
|
||||
state: touch
|
||||
|
||||
- name: Install IIAB's python libs
|
||||
include_role:
|
||||
name: pylibs
|
||||
|
||||
- name: Install named / BIND
|
||||
include_tasks: roles/network/tasks/named.yml
|
||||
when: named_install | bool
|
||||
|
|
Loading…
Reference in a new issue