do not upgrade packages

master
Niclas Thobaben 2022-02-13 15:31:30 +01:00
parent a5f1d9cca5
commit daaee36f5a
1 changed files with 0 additions and 6 deletions

View File

@ -21,10 +21,4 @@
- apparmor
state: absent
- name: Update / Upgrade apt packages
become: true
apt:
upgrade: true
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'