Be less specific on delete

This commit is contained in:
Luke Murphy 2020-03-22 12:40:21 +01:00
parent 64c6826503
commit 1074148df9
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 2 deletions

View File

@ -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