Fix: Harmonize files by adding new line if nedded
This commit is contained in:
parent
8decec877e
commit
675909f5d4
6 changed files with 6 additions and 6 deletions
|
@ -30,4 +30,4 @@ Run tests
|
|||
|
||||
Ensure galaxy-vagrant is up
|
||||
|
||||
ansible-playbook -i tests/inventory tests/test.yml
|
||||
ansible-playbook -i tests/inventory tests/test.yml
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
|
||||
plugin_name: raintank-worldping-app
|
||||
plugin_version: latest
|
||||
plugin_version: latest
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
- name: restart grafana
|
||||
systemd:
|
||||
name: grafana-server
|
||||
state: restarted
|
||||
state: restarted
|
||||
|
|
|
@ -18,4 +18,4 @@ galaxy_info:
|
|||
- plugins
|
||||
- debian
|
||||
|
||||
dependencies: []
|
||||
dependencies: []
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
name: "{{ plugin_name }}"
|
||||
version: "{{ plugin_version }}"
|
||||
state: present
|
||||
notify: restart grafana
|
||||
notify: restart grafana
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
- hosts: galaxy-vagrant.example.com
|
||||
remote_user: root
|
||||
roles:
|
||||
- role: ../galaxy-grafana.plugin
|
||||
- role: ../galaxy-grafana.plugin
|
||||
|
|
Reference in a new issue