Fix ios_user issues (#44904)

* Fix ios_user issues

* Modify regex and fix unittests
This commit is contained in:
Nilashish Chakraborty 2018-08-31 11:08:46 +05:30 committed by GitHub
commit 0f268e70a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 27 deletions

View file

@ -80,5 +80,5 @@
that:
- 'result.changed == true'
- '"no username ansibletest1" in result.commands[0]["command"]'
- '"no username ansibletest2" in result.commands[4]["command"]'
- '"no username ansibletest3" in result.commands[8]["command"]'
- '"no username ansibletest2" in result.commands[1]["command"]'
- '"no username ansibletest3" in result.commands[2]["command"]'