Skip to content

Commit 5f1ab08

Browse files
authored
Clarify partial-become rule description (#4500)
1 parent 3be4baf commit 5f1ab08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ansiblelint/rules/partial_become.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838

3939

4040
class BecomeUserWithoutBecomeRule(AnsibleLintRule, TransformMixin):
41-
"""``become_user`` should have a corresponding ``become`` at the play or task level."""
41+
"""``become_user`` should have a corresponding ``become`` at the same level as itself."""
4242

4343
id = "partial-become"
44-
description = "``become_user`` should have a corresponding ``become`` at the play or task level."
44+
description = "``become_user`` should have a corresponding ``become`` at the same level as itself."
4545
severity = "VERY_HIGH"
4646
tags = ["unpredictability"]
4747
version_changed = "6.20.0"

0 commit comments

Comments
 (0)