Files
awx-operator/molecule/default/tasks/apply_awx_spec.yml
2023-07-18 17:07:55 -04:00

14 lines
340 B
YAML

---
- name: Create or update the awx.ansible.com/v1alpha1.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"