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:
Kevin Carter 2018-08-03 12:16:12 +01:00 committed by Jesse Pretorius
parent 8711b9d270
commit 5889e13619

View File

@ -81,7 +81,6 @@
until: install_packages is success
retries: 5
delay: 2
when:
when: install_method == "source"
- name: Distribute private ssh key