mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 22:46:01 -03:30
Added env variable CONTROLLER_HOST, et al. Add awx.awx namespace to the runtime.yml redirects, and added templating task to change to ansible.controller
This commit is contained in:
@@ -34,6 +34,12 @@
|
||||
regexp: "^ NAME = 'awx.awx.controller' # REPLACE$"
|
||||
replace: " NAME = '{{ collection_namespace }}.{{ collection_package }}.controller' # REPLACE"
|
||||
|
||||
- name: Change runtime.yml redirect destinations
|
||||
replace:
|
||||
path: "{{ collection_path}}/meta/runtime.yml"
|
||||
regexp: "redirect: awx.awx."
|
||||
replace: "redirect: '{{ collection_namespace }}.{{ collection_package }}."
|
||||
|
||||
- name: get list of test files
|
||||
find:
|
||||
paths: "{{ collection_path }}/tests/integration/targets/"
|
||||
|
||||
Reference in New Issue
Block a user