Add dependencies playbook for global dependencies
This commit is contained in:
8
playbooks/dependencies.yml
Normal file
8
playbooks/dependencies.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- hosts: all
|
||||
name: Ansible python bindings
|
||||
tasks:
|
||||
- import_tasks: tasks/centos/bindings.yml
|
||||
when: ansible_distribution == "CentOS"
|
||||
- import_tasks: tasks/fedora/bindings.yml
|
||||
when: ansible_distribution == "Fedora"
|
Reference in New Issue
Block a user