diff options
author | uvok cheetah | 2024-10-21 18:25:56 +0200 |
---|---|---|
committer | uvok cheetah | 2024-10-21 18:25:56 +0200 |
commit | 9d2fde430175bcfe76b0cfbb2067206fc9ef9f63 (patch) | |
tree | bad01a9c48eede8f333f271d1ccd7ce14cc8c443 | |
parent | 1d35e571126fb6622bc47d44e2030e56765928ac (diff) |
bird: Add bgpq4
-rw-r--r-- | roles/uvok_bird/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/uvok_bird/tasks/main.yml b/roles/uvok_bird/tasks/main.yml index fbb0306..a6c8efa 100644 --- a/roles/uvok_bird/tasks/main.yml +++ b/roles/uvok_bird/tasks/main.yml @@ -25,6 +25,7 @@ package: name: - bird2 + - bgpq4 state: present tags: - packages |