Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-11-10 10:29:01 +01:00
parent 0d35154569
commit 876714f8f3
2 changed files with 0 additions and 10 deletions

View File

@ -443,11 +443,6 @@
autoclean: true autoclean: true
when: removed.changed when: removed.changed
- name: apt clean
shell: "apt-get clean"
args:
executable: /bin/bash
- name: remove pip cache - name: remove pip cache
file: file:
state: absent state: absent

View File

@ -562,11 +562,6 @@
autoclean: true autoclean: true
when: removed.changed when: removed.changed
- name: apt clean
shell: "apt-get clean"
args:
executable: /bin/bash
- name: remove /root/go folder - name: remove /root/go folder
file: file:
state: absent state: absent