Hi,
I have noticed that in “Chapter 10 - Server Security and Ansible”, in the section “Automating updates for Debian-based systems” the task example refers to the template file 10periodic.
with_items:
- 10periodic
- 50unattended-upgrades
However the explanation about the contents of the template file below the task example refers to 20auto-upgrades.
# File: /etc/apt/apt.conf.d/20auto-upgrades
Therefore I believe the task example should be modified to use 20auto-upgrades instead of 10periodic.
with_items:
- 20auto-upgrades
- 50unattended-upgrades
Regards
Graham