Remove first all users tested on iosxr_user (#27226)
This commit is contained in:
parent
e9a0411059
commit
ec323514ef
1 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,12 @@
|
|||
---
|
||||
- name: Remove users prior to tests
|
||||
iosxr_config:
|
||||
lines:
|
||||
- no username ansibletest1
|
||||
- no username ansibletest2
|
||||
- no username ansibletest3
|
||||
provider: "{{ cli }}"
|
||||
|
||||
- name: Create user (SetUp)
|
||||
iosxr_user:
|
||||
name: ansibletest1
|
||||
|
|
Loading…
Reference in a new issue