Skip to content

Commit

Permalink
crowdsec: make lack of enrollment key print more clear about what doc…
Browse files Browse the repository at this point in the history
…umentation to check
  • Loading branch information
saltydk committed Sep 30, 2024
1 parent 851ec2a commit b4b9c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/crowdsec/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4b9c35

Please sign in to comment.