⬆️ requirements: Migrate unattended-upgrades
The role was moved into a collection. Link: https://github.com/hifis-net/ansible-collection-toolkit#looking-for-the-unattended_upgrades-role Link: https://github.com/hifis-net/ansible-collection-toolkit/releases/tag/v4.0.0 Link: https://github.com/hifis-net/ansible-collection-toolkit/issues/165
This commit is contained in:
parent
e1b9349f19
commit
28d80515b2
2 changed files with 4 additions and 3 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
- name: Setup unattended-upgrades
|
||||
ansible.builtin.include_role:
|
||||
name: hifis.unattended_upgrades
|
||||
name: hifis.toolkit.unattended_upgrades
|
||||
vars:
|
||||
unattended_origins_patterns:
|
||||
- "origin=*"
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
roles:
|
||||
- src: hifis.unattended_upgrades
|
||||
version: v3.2.1
|
||||
- name: adriagalin.timezone
|
||||
src: git+https://github.com/adriagalin/ansible.timezone.git
|
||||
version: 4.0.0
|
||||
|
@ -23,3 +21,6 @@ roles:
|
|||
collections:
|
||||
- name: community.grafana
|
||||
version: 2.1.0
|
||||
# for role 'hifis.toolkit.unattended_upgrades'
|
||||
- name: hifis.toolkit
|
||||
version: 5.3.0
|
||||
|
|
Loading…
Add table
Reference in a new issue