summaryrefslogtreecommitdiff
path: root/upgrade.yml
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-01-29 12:16:12 +0100
committerjerome <jerome@xlinfo.fr>2025-01-29 12:16:12 +0100
commit23ff2b6c3f4ca6335086a0336708035432bd9a09 (patch)
treeb0d6b8d8012d65b3c3dae459357ecf59683f7d50 /upgrade.yml
parent948266d1c7f1ae107487699340715ddd41665f01 (diff)
downloadansible-lamp-23ff2b6c3f4ca6335086a0336708035432bd9a09.tar.gz
ansible-lamp-23ff2b6c3f4ca6335086a0336708035432bd9a09.zip
includes et imports
Diffstat (limited to 'upgrade.yml')
-rw-r--r--upgrade.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/upgrade.yml b/upgrade.yml
new file mode 100644
index 0000000..2f2f372
--- /dev/null
+++ b/upgrade.yml
@@ -0,0 +1,7 @@
+---
+- hosts: all
+ tasks:
+ - package:
+ name: "*"
+ state: latest
+ update_cache: yes