ansible: osmocom_build_deps.yml: Install missing open5gs dep libnghttp2-dev

The official Build Guide lists it as a dependency, and meson fails
without it.

Change-Id: I6b40acd7dd5bdc596b26227bba83e3f87a841d00
This commit is contained in:
Pau Espin 2021-03-15 19:23:49 +01:00
parent 085f2bc1f5
commit 72e63562fd
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@
- libmongoc-dev
- libbson-dev
- libyaml-dev
- libnghttp2-dev
cache_valid_time: 3600
update_cache: yes
when: ansible_distribution == 'Debian' and ansible_distribution_version|int >= 10