mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
9 lines
169 B
YAML
9 lines
169 B
YAML
---
|
|
- name: Run creation tasks
|
|
include_tasks: creation.yml
|
|
when: not finalizer_run
|
|
|
|
- name: Run finalizer tasks
|
|
include_tasks: finalizer.yml
|
|
when: finalizer_run
|