diff options
| author | jerome <jerome@xlinfo.fr> | 2025-08-21 17:54:29 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-08-21 17:54:29 +0200 |
| commit | 0d4d5aab1e9e84a169cda0e6a63a36a6b4da745e (patch) | |
| tree | defb16f14789096990804fd70612396126008b20 /.gitlab-ci.yml | |
| parent | 3cfc028bcbd474bdde19bb4b7dcca13e46f470d3 (diff) | |
| download | helloworld-0d4d5aab1e9e84a169cda0e6a63a36a6b4da745e.tar.gz helloworld-0d4d5aab1e9e84a169cda0e6a63a36a6b4da745e.zip | |
gitlab-ci
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 729a177..1180230 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ build-job: image: ansible script: - ansible-galaxy install git+http://dev.xlinfo.lan/git/ansible/roles/helloworld.git/ --roles-path "." + - ansible-galaxy info helloworld - ansible-playbook helloworld/tests/test.yml artifacts: paths: |
