mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 13:52:58 +00:00
Fix initialize tasks
This commit is contained in:
@@ -113,4 +113,4 @@
|
|||||||
register: migrate_result
|
register: migrate_result
|
||||||
when: (k8s_defs_result is changed) or (database_check is defined and database_check.return_code != 0)
|
when: (k8s_defs_result is changed) or (database_check is defined and database_check.return_code != 0)
|
||||||
|
|
||||||
#- i_tasks: initialize.yml
|
- include_tasks: initialize.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user