diff options
| author | jerome <jerome@xlinfo.fr> | 2023-05-05 17:53:15 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2023-05-05 17:53:15 +0200 |
| commit | 9ecba62b85a9cbf0683c5e70e79e8f38c37d5e0b (patch) | |
| tree | bf4f1fe04ba9e5994ff340def9f9018140c9f5db | |
| parent | 9f027dbadbf9109c75a5f59dd19a99c6aece2970 (diff) | |
| download | helloworld-9ecba62b85a9cbf0683c5e70e79e8f38c37d5e0b.tar.gz helloworld-9ecba62b85a9cbf0683c5e70e79e8f38c37d5e0b.zip | |
update .gitlab-ci.yml
| -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 |
