From b4d0151275aca3128e691ad02717e5017a65f2a4 Mon Sep 17 00:00:00 2001 From: Vladimir Still <git@vstill.eu> Date: Wed, 16 Nov 2022 09:17:31 +0100 Subject: [PATCH] ansible: FJA dependencies on hesperia --- ansible/hesperia.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ansible/hesperia.yml b/ansible/hesperia.yml index 299870f..702e301 100644 --- a/ansible/hesperia.yml +++ b/ansible/hesperia.yml @@ -124,12 +124,13 @@ - python3-aiohttp-jinja2 - python3-asyncpg - - name: fjaweb dependencies + - name: fja checking dependencies apt: pkg: - antlr4 - python3-antlr4 - state: absent + - libipc-run-perl + state: present - name: extra fjaweb dependencies pip: -- GitLab