summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2021-02-18 16:37:56 +0000
committerAnoop C S <anoopcs@cryptolab.net>2021-04-15 15:25:10 +0530
commitc97d754c1ab0937bfe6270d74c32c7eacc42f02d (patch)
treeb1f9e46c9b26679694638408b6322cb90577f34a
parent7e13b65a2b71eeae573967af60deb1a5f6af3978 (diff)
downloadsamba-integration-c97d754c1ab0937bfe6270d74c32c7eacc42f02d.tar.gz
samba-integration-c97d754c1ab0937bfe6270d74c32c7eacc42f02d.tar.xz
samba-integration-c97d754c1ab0937bfe6270d74c32c7eacc42f02d.zip
Add CentOS8 specific actions for host.update
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
-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
+