Fix: Harmonize files by adding new line if nedded

This commit is contained in:
Wilfried OLLIVIER 2020-04-03 11:39:32 +02:00
parent 8decec877e
commit 675909f5d4
6 changed files with 6 additions and 6 deletions

View File

@ -30,4 +30,4 @@ Run tests
Ensure galaxy-vagrant is up Ensure galaxy-vagrant is up
ansible-playbook -i tests/inventory tests/test.yml ansible-playbook -i tests/inventory tests/test.yml

View File

@ -1,4 +1,4 @@
--- ---
plugin_name: raintank-worldping-app plugin_name: raintank-worldping-app
plugin_version: latest plugin_version: latest

View File

@ -3,4 +3,4 @@
- name: restart grafana - name: restart grafana
systemd: systemd:
name: grafana-server name: grafana-server
state: restarted state: restarted

View File

@ -18,4 +18,4 @@ galaxy_info:
- plugins - plugins
- debian - debian
dependencies: [] dependencies: []

View File

@ -6,4 +6,4 @@
name: "{{ plugin_name }}" name: "{{ plugin_name }}"
version: "{{ plugin_version }}" version: "{{ plugin_version }}"
state: present state: present
notify: restart grafana notify: restart grafana

View File

@ -2,4 +2,4 @@
- hosts: galaxy-vagrant.example.com - hosts: galaxy-vagrant.example.com
remote_user: root remote_user: root
roles: roles:
- role: ../galaxy-grafana.plugin - role: ../galaxy-grafana.plugin