8607c1d
@@ -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
rebased onto 8607c1d
Pull-Request has been merged by pingou