osbs-cluster: fix with_items iteration for package

This commit is contained in:
Paul W. Frields 2019-06-11 16:07:37 +01:00 committed by Pierre-Yves Chibon
parent 72e33c0948
commit e23cd0bab1

View file

@ -122,14 +122,15 @@
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
- tar name:
- rsync - tar
- dbus-python - rsync
- NetworkManager - dbus-python
- libselinux-python - NetworkManager
- python3-PyYAML - libselinux-python
- python3-PyYAML
- name: Deploy controller public ssh keys to osbs cluster hosts - name: Deploy controller public ssh keys to osbs cluster hosts
authorized_key: authorized_key: