From dba8e70c7137a6b9450d9335a28ef46b2fe3eb7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Berthaud-M=C3=BCller?= Date: Mon, 7 Jun 2021 18:48:38 +0200 Subject: [PATCH] install netaddr --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92ed128..8f15736 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,4 +13,5 @@ before_script: deploy: script: - ansible-galaxy collection install ansible.netcommon + - pip3 install netaddr - ansible-playbook -i config/hosts config/deploy.yml