summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2018-09-16 16:34:53 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2018-09-16 16:34:53 +0200
commitb698b41d0381e118099c1a66658b8b4c5e7a859a (patch)
tree7e106f55eee529257345927b63123d5376dbdc89
parentaa99eaa99fec63d24040f54096dfccab0d2706ed (diff)
downloadplaybooks-ansible-b698b41d0381e118099c1a66658b8b4c5e7a859a.tar.gz
playbooks-ansible-b698b41d0381e118099c1a66658b8b4c5e7a859a.tar.xz
playbooks-ansible-b698b41d0381e118099c1a66658b8b4c5e7a859a.zip
Disable update role not working
-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