mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -633,10 +633,20 @@
|
||||
when: removed.changed
|
||||
|
||||
- name: apt clean
|
||||
shell: "apt clean"
|
||||
shell: "apt-get clean"
|
||||
args:
|
||||
executable: /bin/bash
|
||||
|
||||
- name: remove /root/go folder
|
||||
file:
|
||||
state: absent
|
||||
path: /root/go
|
||||
|
||||
- name: remove /usr/local/go folder
|
||||
file:
|
||||
state: absent
|
||||
path: /usr/local/go
|
||||
|
||||
- name: remove dependencies that are no longer required
|
||||
apt:
|
||||
autoremove: yes
|
||||
|
Reference in New Issue
Block a user