From 9ecba62b85a9cbf0683c5e70e79e8f38c37d5e0b Mon Sep 17 00:00:00 2001 From: jerome Date: Fri, 5 May 2023 17:53:15 +0200 Subject: update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da5b4d7..13e1841 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ build-job: - loufux-docker image: ansible script: - - ansible-galaxy install git+https://gitlab.com/loufux/ansible/helloworld.git + - ansible-galaxy install git+https://gitlab.com/loufux/ansible/helloworld.git --roles-path ~ - ansible-galaxy list syntax-check-job: @@ -47,6 +47,5 @@ deploy-job: - loufux-docker image: ansible script: - - ansible-galaxy install git+https://gitlab.com/loufux/ansible/helloworld.git - ansible-playbook helloworld/tests/test.yml -i helloworld/tests/inventory -- cgit v1.2.3