File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
grafana_bridge_configure/tasks
grafana_bridge_verify/tasks Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11- name : global_var | Initialize
22 set_fact :
3- grafana_bridge_status : []
3+ grafana_bridge_status : []
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments