summaryrefslogtreecommitdiffstats
path: root/playbooks/update.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/update.yml')
-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"
-