mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 12:25:01 -02:30
tower_username to controller_username, etc
This commit is contained in:
@@ -36,9 +36,9 @@
|
||||
|
||||
- name: Change runtime.yml redirect destinations
|
||||
replace:
|
||||
path: "{{ collection_path}}/meta/runtime.yml"
|
||||
path: "{{ collection_path }}/meta/runtime.yml"
|
||||
regexp: "redirect: awx.awx."
|
||||
replace: "redirect: '{{ collection_namespace }}.{{ collection_package }}."
|
||||
replace: "redirect: {{ collection_namespace }}.{{ collection_package }}."
|
||||
|
||||
- name: get list of test files
|
||||
find:
|
||||
|
||||
Reference in New Issue
Block a user