summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2023-05-05 17:53:15 +0200
committerjerome <jerome@xlinfo.fr>2023-05-05 17:53:15 +0200
commit9ecba62b85a9cbf0683c5e70e79e8f38c37d5e0b (patch)
treebf4f1fe04ba9e5994ff340def9f9018140c9f5db /.gitlab-ci.yml
parent9f027dbadbf9109c75a5f59dd19a99c6aece2970 (diff)
downloadhelloworld-9ecba62b85a9cbf0683c5e70e79e8f38c37d5e0b.tar.gz
helloworld-9ecba62b85a9cbf0683c5e70e79e8f38c37d5e0b.zip
update .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 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