mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Fix ios_user issues (#44904)
* Fix ios_user issues * Modify regex and fix unittests
This commit is contained in:
parent
7d81de2516
commit
0f268e70a1
3 changed files with 18 additions and 27 deletions
|
@ -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"]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue