We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13e6c4 commit 612d0d0Copy full SHA for 612d0d0
tests/integration/targets/utils_login/tasks/main.yml
@@ -22,7 +22,8 @@
22
ansible.builtin.assert:
23
that:
24
- ping_result is not changed
25
- - ping_result.record.0 == "status"
+ - ping_result.record.status is defined
26
+ - ping_result.record.status == "Active"
27
28
# ===================================================================
29
# local user, from cluster_instance variable
0 commit comments