Hide Forgot
Description of problem: ----------------------- In the generated playbook for minor updates update_steps_tasks.yaml is included in a loop like this: '''with_sequence: count=5''' The problem is that with this invocation iteration starts with '1', and we still have tasks referencing 0. E.g: https://review.openstack.org/#/c/486567/34/puppet/services/tripleo-packages.yaml@63 Version-Release number of selected component (if applicable): ------------------------------------------------------------- openstack-tripleo-heat-templates-7.0.0-0.20170805163048.el7ost.noarch
Nice catch, We can specify the start with: with_sequence: - start: 0 I guess it should fix the issue.
Patch present in openstack-tripleo-heat-templates-7.0.3-10.el7ost.noarch
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:3462