diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index b94b0d26f0..9e7e359d50 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -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: