Install all updates unattended.
This commit is contained in:
parent
a057159c24
commit
6c26983d85
1 changed files with 5 additions and 0 deletions
|
@ -86,6 +86,11 @@
|
|||
src: policies.json
|
||||
dest: /etc/firefox-esr/policies/
|
||||
|
||||
- name: Update all packages unattended
|
||||
ansible.builtin.replace:
|
||||
path: /etc/apt/apt.conf.d/50unattended-upgrades
|
||||
regexp: '^//(\s+"origin=.+-updates";)$'
|
||||
replace: ' \1'
|
||||
|
||||
- name: Copy pwroff and bootorder scripts
|
||||
copy:
|
||||
|
|
Loading…
Add table
Reference in a new issue