summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2018-07-12 14:09:21 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2018-07-12 14:09:21 +0200
commit442c134a5f4d47ce8b721b9ae4ddcb3c28737c78 (patch)
tree60e216148e8d1a78300c56df340b1c7049435389 /playbooks
parente4f638fe1a26e4e4439cdaaca5b4d05cfaacc93c (diff)
downloadplaybooks-ansible-442c134a5f4d47ce8b721b9ae4ddcb3c28737c78.tar.gz
playbooks-ansible-442c134a5f4d47ce8b721b9ae4ddcb3c28737c78.tar.xz
playbooks-ansible-442c134a5f4d47ce8b721b9ae4ddcb3c28737c78.zip
Move the update playbook into the main playbook
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/update.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/playbooks/update.yml b/playbooks/update.yml
deleted file mode 100644
index 7298766..0000000
--- a/playbooks/update.yml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-- hosts:
- - update
- remote_user: root
- tasks:
- - name: Mise à jour système avec yum
- yum: name=* state=latest
- when: ansible_pkg_mgr == "yum"
-
- - name: Mise à jour système avec dnf
- dnf: name=* state=latest
- when: ansible_pkg_mgr == "dnf"
-