Skip to content

Commit f2b1fc3

Browse files
Remove debug mode, backup option
Signed-off-by: CODING-Enthusiast9857 <madhavison06@gmail.com>
1 parent 29a50e9 commit f2b1fc3

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

roles/grafana_bridge_configure/tasks/apikey.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,4 @@
2525
section: server
2626
option: apiKeyValue
2727
value: "{{ api_key_value }}"
28-
backup: yes
29-
when: config_stat.stat.exists
30-
31-
- name: Show extracted API key
32-
debug:
33-
msg: "API key - {{ api_key_value }}"
3428
when: config_stat.stat.exists

roles/grafana_bridge_configure/tasks/ports.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
section: opentsdb_plugin
55
option: port
66
value: "{{ scale_grafana_bridge.opentsdb_port }}"
7-
backup: yes
87
when:
98
- config_stat.stat.exists
109

@@ -14,6 +13,5 @@
1413
section: prometheues_exporter_plugin
1514
option: prometheus
1615
value: "{{ scale_grafana_bridge.prometheus_port }}"
17-
backup: yes
1816
when:
1917
- config_stat.stat.exists

roles/grafana_bridge_configure/tasks/secret.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
section: basic_auth
55
option: password
66
value: "{{ scale_grafana_bridge.encoded_password }}"
7-
backup: yes
87
when:
98
- config_stat.stat.exists

0 commit comments

Comments
 (0)