Update 'update.yml'

master
alecsandru 9 months ago
parent c177207bc0
commit 61dc8d05d2
  1. 4
      update.yml

@ -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

Loading…
Cancel
Save