You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
- name: Add birds packaging Key
|
|
apt_key:
|
|
url: "https://packages.sury.org/bird/apt.gpg"
|
|
state: present
|
|
|
|
- name: Ensure bird repos are present
|
|
apt_repository:
|
|
repo: "deb https://packages.sury.org/bird/ {{ ansible_distribution_release }} main"
|
|
update_cache: yes
|