Change autoremove to false

This commit is contained in:
kim 2024-04-11 18:14:49 +02:00
parent 6efedf697e
commit df52dc0f85

View file

@ -2,7 +2,7 @@
- name: install software packages
tags: [apt]
apt:
autoremove: yes
autoremove: false
update_cache: yes
cache_valid_time: 3600
state: present