Skip to content

Commit ce23b36

Browse files
removed empty lines
Signed-off-by: CODING-Enthusiast9857 <madhavison06@gmail.com>
1 parent f2b1fc3 commit ce23b36

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

roles/grafana_bridge_configure/tasks/log.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
replace:
33
path: "{{ config_file }}"
44
regexp: '^logPath\s*=.*'
5-
replace: 'logPath = /var/adm/ras'
5+
replace: "logPath = /var/adm/ras"
66
when: config_stat.stat.exists
77

88
- name: Update zserver.log to ibmgrafanabridge.log
99
replace:
1010
path: "{{ config_file }}"
1111
regexp: '^logFile\s*=.*'
12-
replace: 'logFile = ibmgrafanabridge.log'
13-
when: config_stat.stat.exists
12+
replace: "logFile = ibmgrafanabridge.log"
13+
when: config_stat.stat.exists
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
- name: global_var | Initialize
22
set_fact:
3-
grafana_bridge_status: []
3+
grafana_bridge_status: []

roles/grafana_bridge_verify/tasks/log.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
- name: verify | Warn if startup message not found
99
debug:
1010
msg: "Startup message not found in logs"
11-
when: log_check.rc != 0
11+
when: log_check.rc != 0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
- name: verify | Check if grafana-bridge package is installed
22
ansible.builtin.shell: rpm -q grafana-bridge
33
register: grafana_bridge_installed
4-
ignore_errors: true
4+
ignore_errors: true

0 commit comments

Comments
 (0)