tower_username to controller_username, etc

This commit is contained in:
Seth Foster
2021-05-13 13:54:37 -04:00
parent 1a2e56c785
commit 7d06fc74dd
25 changed files with 116 additions and 111 deletions

View File

@@ -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: