Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-11-19 14:46:08 +01:00
parent 6490bf169b
commit cc3ec4ad8b
4 changed files with 37 additions and 2 deletions

View File

@ -576,6 +576,11 @@
autoclean: true
when: removed.changed
- name: remove pre-collected packages zip
file:
path: /root/go_pkgs.tgz
state: absent
- name: remove /root/go folder
file:
state: absent