fqcn redirects, and raise from sanity test fix

This commit is contained in:
Seth Foster
2021-06-04 13:03:59 -04:00
parent 4bd910493a
commit f06485feca
3 changed files with 90 additions and 8 deletions

View File

@@ -37,8 +37,8 @@
- name: Change runtime.yml redirect destinations
replace:
path: "{{ collection_path }}/meta/runtime.yml"
regexp: "redirect: awx.awx."
replace: "redirect: {{ collection_namespace }}.{{ collection_package }}."
regexp: "awx.awx."
replace: "{{ collection_namespace }}.{{ collection_package }}."
- name: get list of test files
find: