-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add enabled: true
to alertmanager
#530
Conversation
Signed-off-by: sugyan <[email protected]>
76ddb48
to
a9d4f93
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch, thanks!
roles/alertmanager/tasks/main.yml
Outdated
when: | ||
- not ansible_check_mode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The systemd module has full support for check_mode so I don't think this is needed
when: | |
- not ansible_check_mode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review. I've modified and pushed the part you suggested.
Signed-off-by: sugyan <[email protected]>
Docs Build 📝Thank you for contribution!✨ This PR has been merged and the docs are now incorporated into |
Only in the
alertmanager
was there no written setting that would be enabled on boot.