summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/deps.yml
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2017-06-22 05:57:21 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2017-06-22 05:57:21 +0200
commit9dcfc0eb3769e21d8661ca700b3627e9b77463cb (patch)
tree435e888484fb9925b32d2e7e1634650ee8ebcd22 /roles/common/tasks/deps.yml
parentcebbfeed8ef195941a42884993fb7075d427c316 (diff)
downloadplaybooks-ansible-9dcfc0eb3769e21d8661ca700b3627e9b77463cb.tar.gz
playbooks-ansible-9dcfc0eb3769e21d8661ca700b3627e9b77463cb.tar.xz
playbooks-ansible-9dcfc0eb3769e21d8661ca700b3627e9b77463cb.zip
fix torrc template and remove vim pkg on all hosts and add clearnet feature in replay script
Diffstat (limited to 'roles/common/tasks/deps.yml')
-rw-r--r--roles/common/tasks/deps.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/roles/common/tasks/deps.yml b/roles/common/tasks/deps.yml
index fbf59ad..5da759c 100644
--- a/roles/common/tasks/deps.yml
+++ b/roles/common/tasks/deps.yml
@@ -15,10 +15,11 @@
when: ansible_pkg_mgr == "yum"
+# after one playbook run, this must be deleted
- name: Suppression des conflits
- dnf: name=vim-minimal state=absent
+ dnf: name=vim-enhanced state=absent
when: ansible_pkg_mgr == "dnf"
- name: Suppression des conflits
- yum: name=vim-minimal state=absent
+ yum: name=vim-enhanced state=absent
when: ansible_pkg_mgr == "yum"