bump GOBGP_VERSION to 2.27.0, rename task step

also add myself to the authors list
This commit is contained in:
surtur 2021-05-14 04:44:14 +02:00
parent 068354720f
commit 8e3819ac8b
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
3 changed files with 4 additions and 3 deletions

@ -1,6 +1,7 @@
MIT License
Copyright (c) 2019 yas-nyan
Copyright (c) 2021 Adam Mirre
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,2 +1,2 @@
GOBGP_VERSION: 2.11.0
GOBGP_VERSION: 2.27.0
CPU_ARCH: "amd64"

@ -1,6 +1,6 @@
---
- name: install needed development packages
apt:
dnf:
name: "{{ item }}"
update_cache: yes
cache_valid_time: 3600
@ -59,7 +59,7 @@
group: gobgpd
home: /var/lib/gobgpd
- name: create directory for execute.
- name: own stuff
file:
path: "{{ item }}"
state: directory