Remove aur user right at the end

This commit is contained in:
Jake Howard 2018-10-06 12:27:59 +01:00
parent 3263f1a36f
commit b91f816fe1
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 5 additions and 4 deletions

View File

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

@ -0,0 +1,3 @@
- user:
name: aur_builder
state: absent

View File

@ -167,7 +167,3 @@
- 'zsh-completions'
- 'zsh-doc'
- 'zsh-syntax-highlighting'
- user:
name: aur_builder
state: absent