forked from ansible_roles/dn42
Merge pull request 'Fixed adding bird apt-repositories' (#1) from repo-fix into master
Reviewed-on: ansible_roles/dn42#1ipv4_link_local
commit
e5fb54e966
@ -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"
|
||||
update_cache: yes
|
||||
repo: "deb https://packages.sury.org/bird/ {{ ansible_distribution_release }} main"
|
||||
update_cache: yes
|
||||
|
Loading…
Reference in New Issue