mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
fqcn redirects, and raise from sanity test fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user