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