⬆️ fix dependency for unattended-upgrades
- resolves https://redmine.n39.eu/issues/722 - role https://github.com/jnv/ansible-role-unattended-upgrades is deprecated - replacement is https://github.com/hifis-net/ansible-role-unattended-upgrades
This commit is contained in:
parent
0f11db3f64
commit
fa7f16f814
2 changed files with 3 additions and 3 deletions
2
all.yml
2
all.yml
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
- name: Setup unattended-upgrades
|
- name: Setup unattended-upgrades
|
||||||
include_role:
|
include_role:
|
||||||
name: ansible-role-unattended-upgrades
|
name: hifis.unattended-upgrades
|
||||||
vars:
|
vars:
|
||||||
unattended_origins_patterns:
|
unattended_origins_patterns:
|
||||||
- "origin=Debian,archive=buster-security"
|
- "origin=Debian,archive=buster-security"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- src: git+https://github.com/jnv/ansible-role-unattended-upgrades.git
|
- src: hifis.unattended-upgrades
|
||||||
version: v1.9.0
|
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
|
||||||
- src: git+https://github.com/24367dfa/ansible-role-dehydrated.git
|
- src: git+https://github.com/24367dfa/ansible-role-dehydrated.git
|
||||||
|
|
Loading…
Reference in a new issue