diff --git a/dotfiles.yml b/dotfiles.yml index 6ddb3cd..c11ee24 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -22,3 +22,5 @@ when: ansible_fqdn == "TOO-Work" - import_tasks: tasks/laptop.yml when: ansible_fqdn == "TOO-Laptop" + + - import_tasks: tasks/cleanup.yml diff --git a/tasks/cleanup.yml b/tasks/cleanup.yml new file mode 100644 index 0000000..d893a7f --- /dev/null +++ b/tasks/cleanup.yml @@ -0,0 +1,3 @@ +- user: + name: aur_builder + state: absent diff --git a/tasks/packages.yml b/tasks/packages.yml index 6b46a37..f36fd61 100644 --- a/tasks/packages.yml +++ b/tasks/packages.yml @@ -167,7 +167,3 @@ - 'zsh-completions' - 'zsh-doc' - 'zsh-syntax-highlighting' - -- user: - name: aur_builder - state: absent