mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
- output all relevant k8s resource to file on failure - output awx job list and job details to file on failure - output all pod logs to file on failure - added STORE_DEBUG_OUTPUT to enable debug output gathering - added DEBUG_OUTPUT_DIR to control where the debug output files will be stored - when molecule test fail in CI trigger artifact gathering
14 lines
339 B
YAML
14 lines
339 B
YAML
---
|
|
- name: Create or update the awx.ansible.com/v1beta1.AWX
|
|
k8s:
|
|
state: present
|
|
namespace: '{{ namespace }}'
|
|
definition: "{{ lookup('template', 'awx_cr_molecule.yml.j2') | from_yaml }}"
|
|
apply: true
|
|
wait: yes
|
|
wait_timeout: 900
|
|
wait_condition:
|
|
type: Running
|
|
reason: Successful
|
|
status: "True"
|