From 16d68a992adc7881c9466c89ab7141276ad12dad Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 3 Jul 2020 13:41:39 +0200 Subject: [PATCH] move repo to roles-ansible --- .travis.yml | 2 +- README.md | 10 +++++----- templates/grafana-kiosk.service.j2 | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a38ba7..ffc1aad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: script: - ansible-galaxy install do1jlr.ranger - ansible-lint . - - echo -e "\n\n\n\n\nWe use github actions for more detailed tests.\n\nMore details about that in our github repo at:\nhttps://github.com/DO1JLR/role-grafana-kiosk/actions\n\n\n\n\n\n" + - echo -e "\n\n\n\n\nWe use github actions for more detailed tests.\n\nMore details about that in our github repo at:\nhttps://github.com/roles-ansible/role-grafana-kiosk/actions\n\n\n\n\n\n" notifications: email: diff --git a/README.md b/README.md index b30981e..6bd5046 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -[![Ansible Galaxy](https://raw.githubusercontent.com/DO1JLR/role-grafana-kiosk/master/.github/galaxy.svg?sanitize=true)](https://galaxy.ansible.com/do1jlr/grafana_kiosk) -[![Build Status](https://travis-ci.org/DO1JLR/role-grafana-kiosk.svg?branch=master)](https://travis-ci.org/DO1JLR/role-grafana-kiosk) -[![MIT License](https://raw.githubusercontent.com/DO1JLR/role-grafana-kiosk/master/.github/license.svg?sanitize=true)](https://github.com/DO1JLR/role-grafana-kiosk/blob/master/LICENSE) -[![Ansible Lint check](https://github.com/DO1JLR/role-grafana-kiosk/workflows/Ansible%20Lint%20check/badge.svg)](https://github.com/DO1JLR/role-grafana-kiosk/actions?query=workflow%3A%22Ansible+Lint+check%22) -[![Ansible check debian:buster](https://github.com/DO1JLR/role-grafana-kiosk/workflows/Ansible%20check%20debian:buster/badge.svg)](https://github.com/DO1JLR/role-grafana-kiosk/actions?query=workflow%3A%22Ansible+check+debian%3Abuster%22) +[![Ansible Galaxy](https://raw.githubusercontent.com/roles-ansible/role-grafana-kiosk/master/.github/galaxy.svg?sanitize=true)](https://galaxy.ansible.com/do1jlr/grafana_kiosk) +[![Build Status](https://travis-ci.org/roles-ansible/role-grafana-kiosk.svg?branch=master)](https://travis-ci.org/roles-ansible/role-grafana-kiosk) +[![MIT License](https://raw.githubusercontent.com/roles-ansible/role-grafana-kiosk/master/.github/license.svg?sanitize=true)](https://github.com/roles-ansible/role-grafana-kiosk/blob/master/LICENSE) +[![Ansible Lint check](https://github.com/roles-ansible/role-grafana-kiosk/workflows/Ansible%20Lint%20check/badge.svg)](https://github.com/roles-ansible/role-grafana-kiosk/actions?query=workflow%3A%22Ansible+Lint+check%22) +[![Ansible check debian:buster](https://github.com/roles-ansible/role-grafana-kiosk/workflows/Ansible%20check%20debian:buster/badge.svg)](https://github.com/roles-ansible/role-grafana-kiosk/actions?query=workflow%3A%22Ansible+check+debian%3Abuster%22) ansible role grafana-kiosk ============================= diff --git a/templates/grafana-kiosk.service.j2 b/templates/grafana-kiosk.service.j2 index 848ebf1..46a380c 100644 --- a/templates/grafana-kiosk.service.j2 +++ b/templates/grafana-kiosk.service.j2 @@ -1,6 +1,6 @@ [Unit] Description=Grafana Kiosk -Documentation=https://github.com/DO1JLR/role-grafana-kiosk.git +Documentation=https://github.com/roles-ansible/role-grafana-kiosk.git Documentation=https://github.com/grafana/grafana-kiosk.git After=network.target