diff --git a/README.md b/README.md index 11f729a..a8fa023 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,4 @@ Run tests Ensure galaxy-vagrant is up - ansible-playbook -i tests/inventory tests/test.yml \ No newline at end of file + ansible-playbook -i tests/inventory tests/test.yml diff --git a/defaults/main.yml b/defaults/main.yml index 2d03cc6..2cf6b08 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,4 +1,4 @@ --- plugin_name: raintank-worldping-app -plugin_version: latest \ No newline at end of file +plugin_version: latest diff --git a/handlers/main.yml b/handlers/main.yml index ba0e20d..df21859 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -3,4 +3,4 @@ - name: restart grafana systemd: name: grafana-server - state: restarted \ No newline at end of file + state: restarted diff --git a/meta/main.yml b/meta/main.yml index 25ec690..e427c9c 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -18,4 +18,4 @@ galaxy_info: - plugins - debian -dependencies: [] \ No newline at end of file +dependencies: [] diff --git a/tasks/main.yml b/tasks/main.yml index a0d6d95..84fef81 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -6,4 +6,4 @@ name: "{{ plugin_name }}" version: "{{ plugin_version }}" state: present - notify: restart grafana \ No newline at end of file + notify: restart grafana diff --git a/tests/test.yml b/tests/test.yml index 693ff2c..5351739 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -2,4 +2,4 @@ - hosts: galaxy-vagrant.example.com remote_user: root roles: - - role: ../galaxy-grafana.plugin \ No newline at end of file + - role: ../galaxy-grafana.plugin