From b4b9c35365c179fafee1395a1f434b903ba2b486 Mon Sep 17 00:00:00 2001 From: saltydk Date: Mon, 30 Sep 2024 09:39:05 +0200 Subject: [PATCH] crowdsec: make lack of enrollment key print more clear about what documentation to check --- roles/crowdsec/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/crowdsec/tasks/main.yml b/roles/crowdsec/tasks/main.yml index 252cad1881..98882140ed 100644 --- a/roles/crowdsec/tasks/main.yml +++ b/roles/crowdsec/tasks/main.yml @@ -9,7 +9,7 @@ --- - name: Fail if no Crowdsec Console Enrollment key defined ansible.builtin.fail: - msg: "A Crowdsec Console Enrollment key is required, check documentation for the role." + msg: "A Crowdsec Console Enrollment key is required, check the Saltbox documentation for Crowdsec." when: not (crowdsec_console_enrollment_key | length > 0) - name: Add 'crowdsec' APT Repo Key