Disable monitor setup by default as the kuma plugin tends to hang
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0e2299363d
commit
5ced55704a
@ -83,6 +83,9 @@
|
||||
owner: core
|
||||
- name: Setup Push Monitoring
|
||||
hosts: all
|
||||
tags:
|
||||
- never
|
||||
- setup_monitoring
|
||||
tasks:
|
||||
- name: Login to Kuma
|
||||
delegate_to: localhost
|
||||
@ -148,6 +151,3 @@
|
||||
enabled: true
|
||||
masked: false
|
||||
daemon_reload: true
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user