#15 bastion: remove with_items from package
Merged 4 years ago by pingou. Opened 4 years ago by pfrields.
fedora-infra/ pfrields/ansible pfrields-bastion-iteration  into  master

file modified
+4 -3
@@ -40,6 +40,7 @@ 

  

    tasks:

    - name: install needed packages

-     package: name={{ item }} state=present

-     with_items:

-     - ipmitool

+     package:

+       state: present

+       name:

+         - ipmitool

no initial comment

rebased onto 9324e76

4 years ago

rebased onto 9324e76

4 years ago

Pull-Request has been merged by pingou

4 years ago
Metadata