summaryrefslogtreecommitdiff
path: root/upgrade.yml
diff options
context:
space:
mode:
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