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
parent 7d81de2516
commit 0f268e70a1
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"]'