From: Oleg Broytman Date: Mon, 25 Apr 2022 02:14:59 +0000 (+0300) Subject: Feat(init-system): Remove `ntp` X-Git-Url: https://git.phdru.name/?p=ansible.git;a=commitdiff_plain;h=b1964888264b779853ae6a148a08dc4256ea8c2d Feat(init-system): Remove `ntp` --- diff --git a/playbooks/roles/init-system/tasks/apt.yml b/playbooks/roles/init-system/tasks/apt.yml index 7b2ee2e..65f61d6 100644 --- a/playbooks/roles/init-system/tasks/apt.yml +++ b/playbooks/roles/init-system/tasks/apt.yml @@ -30,8 +30,8 @@ cache_valid_time: 3600 install_recommends: no name: ['avahi-autoip', 'bluetooth', 'bluez', - 'debian-faq', 'doc-debian', - 'emacsen-comm', 'vim-tiny', + 'debian-faq', 'doc-debian', 'emacsen-comm', + 'ntp', 'vim-tiny', ] purge: yes state: absent