mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -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:
@@ -10,9 +10,10 @@
|
||||
state: present
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
- name: Assert result is changed
|
||||
ansible.builtin.assert:
|
||||
that:
|
||||
- result is changed
|
||||
- result.changed
|
||||
|
||||
- name: Delete Role Definition
|
||||
role_definition:
|
||||
@@ -25,6 +26,7 @@
|
||||
state: absent
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
- name: Assert result is changed
|
||||
ansible.builtin.assert:
|
||||
that:
|
||||
- result is changed
|
||||
- result.changed
|
||||
|
||||
Reference in New Issue
Block a user