We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be4baf commit 5f1ab08Copy full SHA for 5f1ab08
src/ansiblelint/rules/partial_become.py
@@ -38,10 +38,10 @@
38
39
40
class BecomeUserWithoutBecomeRule(AnsibleLintRule, TransformMixin):
41
- """``become_user`` should have a corresponding ``become`` at the play or task level."""
+ """``become_user`` should have a corresponding ``become`` at the same level as itself."""
42
43
id = "partial-become"
44
- description = "``become_user`` should have a corresponding ``become`` at the play or task level."
+ description = "``become_user`` should have a corresponding ``become`` at the same level as itself."
45
severity = "VERY_HIGH"
46
tags = ["unpredictability"]
47
version_changed = "6.20.0"
0 commit comments