1
0
Fork 0
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:
Jerry Vonau 2020-04-27 16:34:32 -05:00
parent 31ddfd8f39
commit 6acb9b5acd
6 changed files with 4 additions and 2 deletions

View file

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

View file

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