Switching to variables for debian update timers
This commit is contained in:
parent
53804e6cf1
commit
65c015112d
4 changed files with 21 additions and 5 deletions
|
@ -29,7 +29,7 @@
|
|||
lineinfile:
|
||||
path: /etc/apt/apt.conf.d/50unattended-upgrades
|
||||
regexp: '^\/?\/?Unattended-Upgrade::Automatic-Reboot-Time '
|
||||
line: 'Unattended-Upgrade::Automatic-Reboot-Time "03:30";'
|
||||
line: "Unattended-Upgrade::Automatic-Reboot-Time \"{{ base_debian_automatic_updates_reboot }}\";"
|
||||
|
||||
- name: Ensure directory exists for daily download timer
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue