aboutsummaryrefslogtreecommitdiff
path: root/roles/guest-configure/tasks/update.yml
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2023-06-10 22:50:30 -0400
committerspmfox <spmfox@foxwd.com>2023-06-10 22:50:30 -0400
commit843ad6659cc0bd6b8baaf2033e680d32a0531b2d (patch)
tree1f421307396ce3805a07b33a2cb6d82ee0fbc300 /roles/guest-configure/tasks/update.yml
parenta93e04656b8dc9bfbce998d0ec2ca299f4120629 (diff)
adding tags, adding guest configuration
Diffstat (limited to 'roles/guest-configure/tasks/update.yml')
-rw-r--r--roles/guest-configure/tasks/update.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/guest-configure/tasks/update.yml b/roles/guest-configure/tasks/update.yml
new file mode 100644
index 0000000..f74b190
--- /dev/null
+++ b/roles/guest-configure/tasks/update.yml
@@ -0,0 +1,4 @@
+- name: Update all packages
+ ansible.builtin.package:
+ name: "*"
+ state: latest