✏️ adress issues from PR discussion
- fix typo in role name - make origin patterns for unattended upgrades less release specific
This commit is contained in:
parent
fa7f16f814
commit
2efd892bc1
2 changed files with 4 additions and 4 deletions
6
all.yml
6
all.yml
|
@ -25,11 +25,11 @@
|
||||||
|
|
||||||
- name: Setup unattended-upgrades
|
- name: Setup unattended-upgrades
|
||||||
include_role:
|
include_role:
|
||||||
name: hifis.unattended-upgrades
|
name: hifis.unattended_upgrades
|
||||||
vars:
|
vars:
|
||||||
unattended_origins_patterns:
|
unattended_origins_patterns:
|
||||||
- "origin=Debian,archive=buster-security"
|
- "origin=Debian,archive={{ ansible_distribution_release }}-security"
|
||||||
- "o=Debian,a=buster-updates"
|
- "o=Debian,a={{ ansible_distribution_release }}-updates"
|
||||||
unattended_package_blacklist: [cowsay]
|
unattended_package_blacklist: [cowsay]
|
||||||
unattended_mail: "root"
|
unattended_mail: "root"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- src: hifis.unattended-upgrades
|
- src: hifis.unattended_upgrades
|
||||||
version: v1.12.2
|
version: v1.12.2
|
||||||
- src: git+https://github.com/adriagalin/ansible.timezone.git
|
- src: git+https://github.com/adriagalin/ansible.timezone.git
|
||||||
version: 3.0.0
|
version: 3.0.0
|
||||||
|
|
Loading…
Reference in a new issue