From ba95db5c75cc7a5dc226de98220f99986a03485f Mon Sep 17 00:00:00 2001 From: Christian Martin <25327135+ct-martin@users.noreply.github.com> Date: Wed, 18 Oct 2017 00:24:12 -0400 Subject: [PATCH] Add dnf update to playbook --- build-scripts/playbook.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-scripts/playbook.yml b/build-scripts/playbook.yml index 345a6ee..e130baa 100644 --- a/build-scripts/playbook.yml +++ b/build-scripts/playbook.yml @@ -77,3 +77,6 @@ - name: Reload Firewall command: firewall-cmd --reload become: true + - name: Update packages + command: dnf update + become: true