From 528c97a4c1635ad91ffd042412a47a7a75fe13e9 Mon Sep 17 00:00:00 2001 From: Ahmad Haghighi Date: Mar 01 2020 20:43:49 +0000 Subject: add badge --- diff --git a/.travis.yml b/.travis.yml index 4e5643d..2790e0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,4 +54,3 @@ jobs: notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/ - diff --git a/README.md b/README.md index c7f950d..ffef23c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -GitLab Runner [![Build Status](https://api.travis-ci.org/riemers/ansible-gitlab-runner.svg?branch=master)](https://travis-ci.org/riemers/ansible-gitlab-runner) [![Ansible Role](https://img.shields.io/badge/role-riemers.gitlab--runner-blue.svg?maxAge=2592000)](https://galaxy.ansible.com/riemers/gitlab-runner/) +GitLab Runner [![Build Status](https://api.travis-ci.org/haghighi-ahmad/ansible-role-gitlab-runner.svg?branch=master)](https://travis-ci.org/haghighi-ahmad/ansible-role-gitlab-runner) [![Ansible Role](https://img.shields.io/ansible/role/46940.svg?maxAge=2592000)](https://galaxy.ansible.com/haghighi_ahmad/gitlab_runner) ============= This role will install the [official GitLab Runner](https://gitlab.com/gitlab-org/gitlab-runner) diff --git a/tasks/Unix.yml b/tasks/Unix.yml index 55adaa1..afc853f 100644 --- a/tasks/Unix.yml +++ b/tasks/Unix.yml @@ -1,4 +1,4 @@ - +--- - name: Install GitLab Runner (Debian) import_tasks: install-debian.yml when: ansible_os_family == 'Debian'