Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-13 10:42:00 +02:00
parent 66b304d34c
commit 2dc1925189
24 changed files with 95 additions and 101 deletions

View File

@ -381,6 +381,11 @@
path: /usr/local/share/pwnagotchi/custom-plugins/
state: directory
- name: Create custom config directory
file:
path: /etc/pwnagotchi/conf.d/
state: directory
- name: clone pwnagotchi repository
git:
repo: https://github.com/jayofelony/pwnagotchi.git
@ -627,6 +632,11 @@
autoclean: true
when: removed.changed
- name: apt clean
shell: "apt clean"
args:
executable: /bin/bash
- name: remove dependencies that are no longer required
apt:
autoremove: yes