need python2-dockerfile-parse for container rebuild testing also
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
37f1f500ad
commit
084ae43c99
1 changed files with 4 additions and 1 deletions
|
@ -82,8 +82,11 @@
|
|||
|
||||
- name: install ansible for container automated rebuilds
|
||||
package:
|
||||
name: ansible
|
||||
name: "{{item}}"
|
||||
state: latest
|
||||
with_items:
|
||||
- ansible
|
||||
- python2-dockerfile-parse
|
||||
when: env == "staging" and ansible_architecture != "ppc64"
|
||||
|
||||
handlers:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue