summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/common/tasks/deps.yml2
-rw-r--r--site.yml3
2 files changed, 2 insertions, 3 deletions
diff --git a/roles/common/tasks/deps.yml b/roles/common/tasks/deps.yml
index ad36c40..905bd13 100644
--- a/roles/common/tasks/deps.yml
+++ b/roles/common/tasks/deps.yml
@@ -3,7 +3,6 @@
with_items:
- libselinux-python
- python-dnf
- - python-xmpp
when: ansible_pkg_mgr == "dnf"
- name: Installation du module firewall pour python2
@@ -20,5 +19,4 @@
- libselinux-python
- python-dnf
- python-firewall
- - python-xmpp
when: ansible_pkg_mgr == "yum"
diff --git a/site.yml b/site.yml
index 4378be9..5d09768 100644
--- a/site.yml
+++ b/site.yml
@@ -11,4 +11,5 @@
- import_playbook: dnsserver.yml
- import_playbook: torrelay.yml
- import_playbook: bittorrent.yml
-- import_playbook: update.yml
+# modules at and jabber not working
+#- import_playbook: update.yml