roles/common: Don't update apt cache when removing packages

This commit is contained in:
Alan Orth 2021-09-08 17:05:48 +03:00
parent c03e75d736
commit 34a30c4d13
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
systemd: name=systemd-timesyncd state=started enabled=yes
- name: Uninstall ntp on modern Ubuntu/Debian
apt: name=ntp state=absent update_cache=yes
apt: name=ntp state=absent
when: ansible_service_mgr == 'systemd'
# vim: set ts=2 sw=2: