aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/tripleo-packages.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/services/tripleo-packages.yaml')
-rw-r--r--puppet/services/tripleo-packages.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/services/tripleo-packages.yaml b/puppet/services/tripleo-packages.yaml
index e471c2a6..2a8620c8 100644
--- a/puppet/services/tripleo-packages.yaml
+++ b/puppet/services/tripleo-packages.yaml
@@ -56,3 +56,7 @@ outputs:
- name: Update all packages
tags: step3
yum: name=* state=latest
+ update_tasks:
+ - name: Update all packages
+ yum: name=* state=latest
+ when: step == "3"