From 543f6cb29d6f2e2b3e8140200d76c00a10682e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Berthaud-M=C3=BCller?= Date: Fri, 30 Jul 2021 11:28:14 +0200 Subject: [PATCH] fix paths --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61f83e2..8f1f6c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,4 +14,4 @@ deploy: # TODO: build image with dependencies installed - ansible-galaxy collection install ansible.netcommon - pip3 install netaddr - - ansible-playbook -i config/hosts config/deploy.yml + - ansible-playbook -i hosts deploy.yml