@ -3,6 +3,10 @@
become_method: sudo
become_user: root
tasks:
- name: disable phased updates
copy:
dest: /etc/apt/apt.conf.d/99-Phased-Updates
content: "Update-Manager::Always-Include-Phased-Updates true;\n APT::Get::Always-Include-Phased-Updates true;"
- name: update apt list
apt:
update_cache: yes