Be less specific on delete
This commit is contained in:
parent
64c6826503
commit
1074148df9
@ -11,14 +11,12 @@
|
||||
- name: Remove host Gitea group
|
||||
group:
|
||||
name: gitea
|
||||
system: true
|
||||
state: absent
|
||||
become: true
|
||||
|
||||
- name: Remove host Gitea user
|
||||
user:
|
||||
name: gitea
|
||||
group: gitea
|
||||
state: absent
|
||||
become: true
|
||||
|
||||
|
Reference in New Issue
Block a user