Cleanup duplicate 'when'
The utility playbook has a duplicated 'when', causing unexpected results and a warning from Ansible. This change corrects the issue. Change-Id: Ia617f770c6958a6ed0a17b41cd49bef6863d44a5 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
8711b9d270
commit
5889e13619
@ -81,7 +81,6 @@
|
||||
until: install_packages is success
|
||||
retries: 5
|
||||
delay: 2
|
||||
when:
|
||||
when: install_method == "source"
|
||||
|
||||
- name: Distribute private ssh key
|
||||
|
Loading…
Reference in New Issue
Block a user