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"
ansible.builtin.assert:
that: "prometheus_installed_version.stdout is regex('{{ prometheus_version }}')"
success_msg: "Prometheus version {{ prometheus_version }} is installed and working"
fail_msg: "Prometheus version {{ prometheus_version }} is not installed or not working correctly"
success_msg: "Prometheus version {{ prometheus_version }} is available and executable"
fail_msg: "Prometheus version {{ prometheus_version }} not found or not executable"
# kics-scan ignore-block
- name: "Check if Prometheus is reachable"

View File

@@ -25,4 +25,4 @@ ProtectClock=yes
RestrictSUIDSGID=true
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target