From 0d4d5aab1e9e84a169cda0e6a63a36a6b4da745e Mon Sep 17 00:00:00 2001 From: jerome Date: Thu, 21 Aug 2025 17:54:29 +0200 Subject: gitlab-ci --- .gitlab-ci.yml | 1 + README.md | 5 +++-- 2 files changed, 4 insertions(+), 2 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: diff --git a/README.md b/README.md index 225dd44..436c3d8 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ Role Name ========= -A brief description of the role goes here. +Hello World Requirements ------------ +S'installe avec : +ansible-galaxy install git+http://dev.xlinfo.lan/git/ansible/roles/helloworld.git/ --roles-path "." -Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required. Role Variables -------------- -- cgit v1.2.3