summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/deps.yml
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2018-09-16 14:26:22 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2018-09-16 14:26:22 +0200
commitaa99eaa99fec63d24040f54096dfccab0d2706ed (patch)
treeea49292cb085df401de73d19a3b78bef430111ec /roles/common/tasks/deps.yml
parent569ec841403f9acfc496598659eff7c3077e8bed (diff)
downloadplaybooks-ansible-aa99eaa99fec63d24040f54096dfccab0d2706ed.tar.gz
playbooks-ansible-aa99eaa99fec63d24040f54096dfccab0d2706ed.tar.xz
playbooks-ansible-aa99eaa99fec63d24040f54096dfccab0d2706ed.zip
Fix playbook dependancies
Diffstat (limited to 'roles/common/tasks/deps.yml')
-rw-r--r--roles/common/tasks/deps.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/common/tasks/deps.yml b/roles/common/tasks/deps.yml
index 905bd13..ad36c40 100644
--- a/roles/common/tasks/deps.yml
+++ b/roles/common/tasks/deps.yml
@@ -3,6 +3,7 @@
with_items:
- libselinux-python
- python-dnf
+ - python-xmpp
when: ansible_pkg_mgr == "dnf"
- name: Installation du module firewall pour python2
@@ -19,4 +20,5 @@
- libselinux-python
- python-dnf
- python-firewall
+ - python-xmpp
when: ansible_pkg_mgr == "yum"