Make all install actions consistently use with_items
This is primarily a style fix, not a functional one. Related-Bug: #1495748 Change-Id: Ia34e01bced2d0287dab5353f975f36f9323cd205
This commit is contained in:
parent
16ac147056
commit
6ba134f9e4
@ -48,8 +48,7 @@
|
||||
until: install_packages|success
|
||||
retries: 5
|
||||
delay: 2
|
||||
with_items:
|
||||
- "{{ horizon_pip_packages }}"
|
||||
with_items: horizon_pip_packages
|
||||
when:
|
||||
- horizon_venv_enabled | bool
|
||||
- horizon_get_venv | failed
|
||||
@ -65,8 +64,7 @@
|
||||
until: install_packages|success
|
||||
retries: 5
|
||||
delay: 2
|
||||
with_items:
|
||||
- "{{ horizon_pip_packages }}"
|
||||
with_items: horizon_pip_packages
|
||||
when: not horizon_venv_enabled | bool
|
||||
tags:
|
||||
- horizon-pip-packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user