Remove aur user right at the end
This commit is contained in:
parent
3263f1a36f
commit
b91f816fe1
3 changed files with 5 additions and 4 deletions
|
@ -22,3 +22,5 @@
|
|||
when: ansible_fqdn == "TOO-Work"
|
||||
- import_tasks: tasks/laptop.yml
|
||||
when: ansible_fqdn == "TOO-Laptop"
|
||||
|
||||
- import_tasks: tasks/cleanup.yml
|
||||
|
|
3
tasks/cleanup.yml
Normal file
3
tasks/cleanup.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
- user:
|
||||
name: aur_builder
|
||||
state: absent
|
|
@ -167,7 +167,3 @@
|
|||
- 'zsh-completions'
|
||||
- 'zsh-doc'
|
||||
- 'zsh-syntax-highlighting'
|
||||
|
||||
- user:
|
||||
name: aur_builder
|
||||
state: absent
|
||||
|
|
Loading…
Reference in a new issue