Update 'update.yml'
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
become_method: sudo
|
become_method: sudo
|
||||||
become_user: root
|
become_user: root
|
||||||
tasks:
|
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
|
- name: update apt list
|
||||||
apt:
|
apt:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
Reference in New Issue
Block a user