mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Assert username and secret is within first element of results (#27219)
This commit is contained in:
committed by
GitHub
parent
ad4ecf2a64
commit
e9a0411059
@@ -10,8 +10,8 @@
|
||||
- assert:
|
||||
that:
|
||||
- 'result.changed == true'
|
||||
- '"username" in result.commands'
|
||||
- '"secret" in result.commands'
|
||||
- '"username" in result.commands[0]'
|
||||
- '"secret" in result.commands[0]'
|
||||
|
||||
- name: Collection of users (SetUp)
|
||||
iosxr_user:
|
||||
|
||||
Reference in New Issue
Block a user