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