mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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)
|
- name: Create user (SetUp)
|
||||||
iosxr_user:
|
iosxr_user:
|
||||||
name: ansibletest1
|
name: ansibletest1
|
||||||
|
|
Loading…
Add table
Reference in a new issue