Minor edits

This commit is contained in:
Alexander Gorelyshev
2025-12-28 16:24:42 +04:00
parent efc2462c15
commit 62f52010c9
2 changed files with 3 additions and 3 deletions

View File

@@ -19,8 +19,8 @@
- name: "Check Prometheus version" - name: "Check Prometheus version"
ansible.builtin.assert: ansible.builtin.assert:
that: "prometheus_installed_version.stdout is regex('{{ prometheus_version }}')" that: "prometheus_installed_version.stdout is regex('{{ prometheus_version }}')"
success_msg: "Prometheus version {{ prometheus_version }} is installed and working" success_msg: "Prometheus version {{ prometheus_version }} is available and executable"
fail_msg: "Prometheus version {{ prometheus_version }} is not installed or not working correctly" fail_msg: "Prometheus version {{ prometheus_version }} not found or not executable"
# kics-scan ignore-block # kics-scan ignore-block
- name: "Check if Prometheus is reachable" - name: "Check if Prometheus is reachable"