diff --git a/defaults/main.yml b/defaults/main.yml index 515da1d..e16abc3 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -3,4 +3,4 @@ admin_name: admin admin_pass: not24get -influx_port: 8086 \ No newline at end of file +influx_port: 8086 diff --git a/handlers/main.yml b/handlers/main.yml index 680fb5e..251cc9a 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -3,4 +3,4 @@ - name: reload influxdb systemd: name: influxdb - state: restarted \ No newline at end of file + state: restarted diff --git a/meta/main.yml b/meta/main.yml index d01fcf8..6009347 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -18,4 +18,4 @@ galaxy_info: - debian - timeseries -dependencies: [] \ No newline at end of file +dependencies: [] diff --git a/tasks/admin.yml b/tasks/admin.yml index b77a03f..486256c 100644 --- a/tasks/admin.yml +++ b/tasks/admin.yml @@ -30,4 +30,4 @@ - name: Leave a trace of admin setup file: path: /etc/influxdb/admin - state: touch \ No newline at end of file + state: touch diff --git a/templates/influxdb.admin.conf.j2 b/templates/influxdb.admin.conf.j2 index a0793b7..4ceb3df 100644 --- a/templates/influxdb.admin.conf.j2 +++ b/templates/influxdb.admin.conf.j2 @@ -574,4 +574,4 @@ # Maximum version of the tls protocol that will be negotiated. If not specified, uses the # default settings from Go's crypto/tls package. - # max-version = "tls1.2" \ No newline at end of file + # max-version = "tls1.2" diff --git a/templates/influxdb.conf.j2 b/templates/influxdb.conf.j2 index 9a61cc2..d96780c 100644 --- a/templates/influxdb.conf.j2 +++ b/templates/influxdb.conf.j2 @@ -574,4 +574,4 @@ # Maximum version of the tls protocol that will be negotiated. If not specified, uses the # default settings from Go's crypto/tls package. - # max-version = "tls1.2" \ No newline at end of file + # max-version = "tls1.2" diff --git a/templates/influxdb.conf.orig b/templates/influxdb.conf.orig index fe9f14a..60379f5 100644 --- a/templates/influxdb.conf.orig +++ b/templates/influxdb.conf.orig @@ -574,4 +574,4 @@ # Maximum version of the tls protocol that will be negotiated. If not specified, uses the # default settings from Go's crypto/tls package. - # max-version = "tls1.2" \ No newline at end of file + # max-version = "tls1.2" diff --git a/tests/test.yml b/tests/test.yml index b2ff512..848e1a8 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -2,4 +2,4 @@ - hosts: galaxy-vagrant.example.com remote_user: root roles: - - role: ../galaxy-influx \ No newline at end of file + - role: ../galaxy-influx diff --git a/vars/main.yml b/vars/main.yml index e80d0e7..6269e93 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -1,4 +1,4 @@ --- influx: - repo: https://repos.influxdata.com/influxdb.key \ No newline at end of file + repo: https://repos.influxdata.com/influxdb.key