roles/epc: install libgtpnl-dev/libgtpnl-tools

This commit is contained in:
Alexander Couzens 2024-02-15 17:34:37 +01:00
parent 13d8923c88
commit 239e55a7bf
1 changed files with 6 additions and 0 deletions

View File

@ -47,3 +47,9 @@
- name: configure open5gs
include_tasks: configure-open5gs.yml
- name: install additional packages
ansible.builtin.apt:
pkg:
- libgtpnl-dev
- libgtpnl-tools