mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Remove first all users tested on iosxr_user (#27226)
This commit is contained in:
committed by
GitHub
parent
e9a0411059
commit
ec323514ef
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user