mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Change assertion to variable (#52550)
This commit is contained in:
@@ -205,7 +205,7 @@
|
|||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- 'net_query_one.data.name == "IntTestNetworkSwitch"'
|
- 'net_query_one.data.name == "IntTestNetworkSwitch"'
|
||||||
- 'query_config_template.data.name == "DevConfigTemplate"'
|
- 'query_config_template.data.name == "{{ test_template_name }}"'
|
||||||
|
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user