#19 osbs-cluster: fix with_items iteration for package
Merged 4 years ago by pingou. Opened 4 years ago by pfrields.
fedora-infra/ pfrields/ansible pfrields-osbs-cluster-iteration  into  master

@@ -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:

no initial comment

rebased onto 44422f1dc6ccb88ac41e1f5493c01782bda68694

4 years ago

rebased onto 44422f1dc6ccb88ac41e1f5493c01782bda68694

4 years ago

Pull-Request has been merged by pingou

4 years ago
Metadata