mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
osbs-cluster: fix with_items iteration for package
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
72e33c0948
commit
e23cd0bab1
@@ -122,14 +122,15 @@
|
||||
|
||||
tasks:
|
||||
- name: Install necessary packages that openshift-ansible needs
|
||||
package: name="{{ item }}" state=installed
|
||||
with_items:
|
||||
- tar
|
||||
- rsync
|
||||
- dbus-python
|
||||
- NetworkManager
|
||||
- libselinux-python
|
||||
- python3-PyYAML
|
||||
package:
|
||||
state: installed
|
||||
name:
|
||||
- tar
|
||||
- rsync
|
||||
- dbus-python
|
||||
- NetworkManager
|
||||
- libselinux-python
|
||||
- python3-PyYAML
|
||||
|
||||
- name: Deploy controller public ssh keys to osbs cluster hosts
|
||||
authorized_key:
|
||||
|
||||
Reference in New Issue
Block a user