#29 noc: Fix with_items iteration in package
Merged 4 years ago by pingou. Opened 4 years ago by pfrields.
fedora-infra/ pfrields/ansible pfrields-noc-iteration  into  master

file modified
+5 -4
@@ -68,7 +68,8 @@ 

  

    tasks:

    - name: install some packages which arent in playbooks

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

-     with_items:

-       - nmap

-       - tcpdump

+     package:

+       state: present

+       name:

+         - nmap

+         - tcpdump

no initial comment

rebased onto 96a7620e734a17521fcd5c10890909f27d4b2f07

4 years ago

Pull-Request has been merged by pingou

4 years ago
Metadata