mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -616,13 +616,6 @@
|
|||||||
state: stopped
|
state: stopped
|
||||||
with_items: "{{ services.enable }}"
|
with_items: "{{ services.enable }}"
|
||||||
|
|
||||||
- name: remove ssh keys
|
|
||||||
file:
|
|
||||||
state: absent
|
|
||||||
path: "{{ item }}"
|
|
||||||
with_fileglob:
|
|
||||||
- "/etc/ssh/ssh_host*_key*"
|
|
||||||
|
|
||||||
- name: remove unnecessary apt packages
|
- name: remove unnecessary apt packages
|
||||||
apt:
|
apt:
|
||||||
name: "{{ packages.apt.remove }}"
|
name: "{{ packages.apt.remove }}"
|
||||||
|
Reference in New Issue
Block a user