mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
releng-compose: fix with_items iteration for package
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
59e53816c8
commit
aaa3ac66ea
@@ -124,10 +124,9 @@
|
||||
|
||||
- name: install ansible for container automated rebuilds
|
||||
package:
|
||||
name: "{{item}}"
|
||||
with_items:
|
||||
- ansible
|
||||
- python2-dockerfile-parse
|
||||
name:
|
||||
- ansible
|
||||
- python2-dockerfile-parse
|
||||
when: ansible_architecture != "ppc64"
|
||||
tags:
|
||||
- containerrebuild
|
||||
|
||||
Reference in New Issue
Block a user