Fix eos_user tests (#32261)

This commit is contained in:
Ricardo Carrillo Cruz 2017-10-27 17:52:56 +02:00 committed by GitHub
parent df66a4603a
commit be821845e2

View file

@ -60,11 +60,11 @@
that:
- 'result.changed == true'
- '"username" in result.commands[0]'
- '"role network-operator" in result.commands[0]'
- '"secret" in result.commands[1]'
- '"role network-operator" in result.commands[1]'
- '"secret" in result.commands[0]'
- '"username" in result.commands[2]'
- '"role network-operator" in result.commands[2]'
- '"secret" in result.commands[3]'
- '"role network-operator" in result.commands[3]'
- '"secret" in result.commands[2]'
- name: Add user without password or nopassword arg(Should fail)
eos_user: