mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 18:37:39 -02:30
Update Collections Syntax to get Collection related CI Checks Passing (#16061)
* Fix collection task breaking collection ci checks * Patch ansible.module_utils.basic._ANSIBLE_PROFILE directly * Conditionalize other santity assertions * Remove added blank lines and identifier from Fail if absent and no identifier set
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
- name: Sanity assertions, that some variables have a non-blank value
|
||||
assert:
|
||||
that:
|
||||
- collection_version
|
||||
- collection_package
|
||||
- collection_path
|
||||
- collection_version is defined and collection_version | length > 0
|
||||
- collection_package is defined and collection_package | length > 0
|
||||
- collection_path is defined and collection_path | length > 0
|
||||
|
||||
- name: Set the collection version in the controller_api.py file
|
||||
replace:
|
||||
|
||||
Reference in New Issue
Block a user