1
0
Fork 0
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:
Trishna Guha 2017-06-28 20:47:03 +05:30 committed by John R Barker
parent 0d179c77a7
commit be11d12fa2

View file

@ -10,7 +10,8 @@
- assert:
that:
- '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)
vyos_user: