add ansible to stage composer for container rebuild automation testing
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
f71d96a74a
commit
37f1f500ad
1 changed files with 6 additions and 0 deletions
|
@ -80,5 +80,11 @@
|
|||
state: latest
|
||||
when: ansible_architecture != "ppc64"
|
||||
|
||||
- name: install ansible for container automated rebuilds
|
||||
package:
|
||||
name: ansible
|
||||
state: latest
|
||||
when: env == "staging" and ansible_architecture != "ppc64"
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue