need python2-dockerfile-parse for container rebuild testing also

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2017-11-17 20:04:27 +00:00
parent 37f1f500ad
commit 084ae43c99

View file

@ -82,8 +82,11 @@
- name: install ansible for container automated rebuilds - name: install ansible for container automated rebuilds
package: package:
name: ansible name: "{{item}}"
state: latest state: latest
with_items:
- ansible
- python2-dockerfile-parse
when: env == "staging" and ansible_architecture != "ppc64" when: env == "staging" and ansible_architecture != "ppc64"
handlers: handlers: