Skip to content

Commit

Permalink
Fix wrong parameter name (#2562)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Dec 15, 2024
1 parent 394606a commit f11ff37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,5 @@
cmd: "ssh -i {{ terraform_path }}/.id_rsa.{{ cloud_env }} dragon@{{ manager_host }} /opt/configuration/scripts/check/303-prometheus-alert-status.sh"
when:
- not manual_deploy | bool
- run_prometheus_alert_status | bool
- _prometheus_alert_status | bool
changed_when: true

0 comments on commit f11ff37

Please sign in to comment.