Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-04 19:46:48 +02:00
parent 31c53f02c1
commit c5b4f53cc4

View File

@ -616,13 +616,6 @@
state: stopped
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
apt:
name: "{{ packages.apt.remove }}"