Disable monitor setup by default as the kuma plugin tends to hang
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Manske 2023-04-09 22:24:34 +02:00
parent 0e2299363d
commit 5ced55704a
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 3 additions and 3 deletions

View File

@ -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