diff options
| -rw-r--r-- | .gitlab-ci.yml | 3 |
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 |
