osbs-cluster: fix with_items iteration for package
This commit is contained in:
parent
72e33c0948
commit
e23cd0bab1
1 changed files with 9 additions and 8 deletions
|
@ -122,8 +122,9 @@
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install necessary packages that openshift-ansible needs
|
- name: Install necessary packages that openshift-ansible needs
|
||||||
package: name="{{ item }}" state=installed
|
package:
|
||||||
with_items:
|
state: installed
|
||||||
|
name:
|
||||||
- tar
|
- tar
|
||||||
- rsync
|
- rsync
|
||||||
- dbus-python
|
- dbus-python
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue