Skip to content
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

Suppress no-handler violation from ansible-lint #47

Merged
merged 1 commit into from
Mar 19, 2021

Conversation

nre-ableton
Copy link
Contributor

Using a handler here would unnecessarily increase the complexity of
the code. Because we need to make sure the serivce is stopped
immediately (this tasks file is sometimes included via
include_role/tasks_from), we'd need to flush the handlers
immediately.

Using a handler here would unnecessarily increase the complexity of
the code. Because we need to make sure the serivce is stopped
immediately (this tasks file is sometimes included via
`include_role`/`tasks_from`), we'd need to flush the handlers
immediately.
@nre-ableton nre-ableton requested a review from a team as a code owner March 19, 2021 08:59
@nre-ableton nre-ableton requested review from dgl-ableton and removed request for a team March 19, 2021 08:59
@nre-ableton nre-ableton merged commit e4376ac into main Mar 19, 2021
@nre-ableton nre-ableton deleted the nre/main/no-handler-noqa branch March 19, 2021 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants