mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix vyos_user integration test assert (#26185)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
0d179c77a7
commit
be11d12fa2
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- 'result.changed == true'
|
- 'result.changed == true'
|
||||||
- '"set system login user ansibletest1 authentication plaintext-password" in result.commands'
|
- '"set system login user" in result.commands'
|
||||||
|
- '"authentication plaintext-password" in result.commands'
|
||||||
|
|
||||||
- name: Collection of users (SetUp)
|
- name: Collection of users (SetUp)
|
||||||
vyos_user:
|
vyos_user:
|
||||||
|
|
Loading…
Reference in a new issue