#24 mailman: fix with_items iteration in package
Merged 4 years ago by pingou. Opened 4 years ago by pfrields.
fedora-infra/ pfrields/ansible pfrields-mailman-iteration  into  master

file modified
+4 -3
@@ -102,9 +102,10 @@ 

  

    tasks:

    - name: install more needed packages

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

-     with_items:

-     - tar

+     package:

+       state: present

+       name:

+         - tar

      tags:

      - packages

  

no initial comment

rebased onto f1d25792cf86ae599fe1e6dbcc05ef15d4f4cacf

4 years ago

rebased onto f1d25792cf86ae599fe1e6dbcc05ef15d4f4cacf

4 years ago

rebased onto c353c1d

4 years ago

rebased onto c353c1d

4 years ago

Pull-Request has been merged by pingou

4 years ago
Metadata