mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-06 13:22:50 +00:00
14 lines
340 B
YAML
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"
|