mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
* Replaced ".changed ==" with "is [not] changed". Same for failed
* Mr Quote refused to go
(cherry picked from commit d7e55db99b
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
4006db89bf
commit
e21ddcb5b6
69 changed files with 220 additions and 220 deletions
|
@ -41,6 +41,6 @@
|
|||
- name: check if task was successful
|
||||
assert:
|
||||
that:
|
||||
- "{{ external_ip.changed == false }}"
|
||||
- "{{ external_ip['ansible_facts'] is defined }}"
|
||||
- "{{ external_ip['ansible_facts']['ipify_public_ip'] is defined }}"
|
||||
- external_ip is not changed
|
||||
- external_ip.ansible_facts is defined
|
||||
- external_ip.ansible_facts.ipify_public_ip is defined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue