summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/deps.yml
diff options
context:
space:
mode:
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"