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

This commit is contained in:
2021-09-08 17:05:48 +03:00
parent c03e75d736
commit 34a30c4d13

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: