forked from ansible_roles/dn42
Fixed adding bird apt-repositories
parent
4b90bd4aa4
commit
bf416eac65
@ -1,10 +1,10 @@
|
||||
---
|
||||
- name: Add birds packaging Key
|
||||
apt_key:
|
||||
url: "http://bird.network.cz/debian/apt.gpg"
|
||||
url: "https://packages.sury.org/bird/apt.gpg"
|
||||
state: present
|
||||
|
||||
- name: Ensure bird repos are present
|
||||
apt_repository:
|
||||
repo: "deb https://bird.network.cz/debian/ {{ ansible_distribution_release }} main"
|
||||
repo: "deb https://packages.sury.org/bird/ {{ ansible_distribution_release }} main"
|
||||
update_cache: yes
|
Loading…
Reference in New Issue