From d5c519b8924201338d52e937423f363453a25d07 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 18 May 2026 21:17:00 -0400 Subject: [PATCH] update note --- plugins/modules/xattr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/xattr.py b/plugins/modules/xattr.py index 7f7572dd4a..9735d7675c 100644 --- a/plugins/modules/xattr.py +++ b/plugins/modules/xattr.py @@ -159,7 +159,7 @@ def main(): module.fail_json(msg="path not found or not accessible!") if state == 'read' and key is None: - #NOTE: This is backwards compatible, but should go away once we deprecate and remove 'info states' + # NOTE: This is backwards compatible, but should go away if we deprecate and remove 'info states' module.warn('No key provided for state "read", assuming you really want "all"') state == 'all'