You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
You're quite right! I'll have this fixed in the next version of the book, and I'll also add those lines of code to this book's repository since they're not in the 'security' example yet.
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.
However the explanation about the contents of the template file below the task example refers to 20auto-upgrades.
Therefore I believe the task example should be modified to use 20auto-upgrades instead of 10periodic.
Regards
Graham
The text was updated successfully, but these errors were encountered: