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.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/common/tasks/deps.yml b/roles/common/tasks/deps.yml
index 5da759c..cefac63 100644
--- a/roles/common/tasks/deps.yml
+++ b/roles/common/tasks/deps.yml
@@ -13,13 +13,3 @@
- python-dnf
- python-firewall
when: ansible_pkg_mgr == "yum"
-
-
-# after one playbook run, this must be deleted
-- name: Suppression des conflits
- dnf: name=vim-enhanced state=absent
- when: ansible_pkg_mgr == "dnf"
-
-- name: Suppression des conflits
- yum: name=vim-enhanced state=absent
- when: ansible_pkg_mgr == "yum"