Fix: Harmonize files by adding new line if nedded
This commit is contained in:
parent
bb659d02b5
commit
7494105be1
4 changed files with 4 additions and 4 deletions
|
@ -20,4 +20,4 @@ influx_db_name: telegraf
|
|||
influx_user: telegraf
|
||||
influx_pass: not24get
|
||||
grafana_org_id: 1
|
||||
is_default: yes
|
||||
is_default: yes
|
||||
|
|
|
@ -20,4 +20,4 @@ galaxy_info:
|
|||
- debian
|
||||
- timeseries
|
||||
|
||||
dependencies: []
|
||||
dependencies: []
|
||||
|
|
|
@ -16,4 +16,4 @@
|
|||
basic_auth_password: "{{ influx_pass }}"
|
||||
is_default: "{{ is_default }}"
|
||||
time_interval: ">10s"
|
||||
when: influx_datasource_setup
|
||||
when: influx_datasource_setup
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
- hosts: galaxy-vagrant.example.com
|
||||
remote_user: root
|
||||
roles:
|
||||
- role: ../galaxy-grafana.ds.influx
|
||||
- role: ../galaxy-grafana.ds.influx
|
||||
|
|
Reference in a new issue