From c97d754c1ab0937bfe6270d74c32c7eacc42f02d Mon Sep 17 00:00:00 2001 From: Sachin Prabhu Date: Thu, 18 Feb 2021 16:37:56 +0000 Subject: Add CentOS8 specific actions for host.update Signed-off-by: Sachin Prabhu --- vagrant/roles/hosts.update/tasks/centos8.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vagrant/roles/hosts.update/tasks/centos8.yml 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 + -- cgit