summaryrefslogtreecommitdiffstats
path: root/vagrant/roles/hosts.update/tasks/centos8.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/roles/hosts.update/tasks/centos8.yml')
-rw-r--r--vagrant/roles/hosts.update/tasks/centos8.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vagrant/roles/hosts.update/tasks/centos8.yml b/vagrant/roles/hosts.update/tasks/centos8.yml
new file mode 100644
index 0000000..0e9ed93
--- /dev/null
+++ b/vagrant/roles/hosts.update/tasks/centos8.yml
@@ -0,0 +1,5 @@
+- name: Perform a complete update
+ yum:
+ name: '*'
+ state: latest
+