From eaeb92a8f64ac96db194ab6b96b876b014167699 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 18 May 2026 18:38:46 -0400 Subject: [PATCH] actually make backwards compat --- plugins/modules/xattr.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/xattr.py b/plugins/modules/xattr.py index 17769ed2d8..7f7572dd4a 100644 --- a/plugins/modules/xattr.py +++ b/plugins/modules/xattr.py @@ -159,7 +159,9 @@ 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' module.warn('No key provided for state "read", assuming you really want "all"') + state == 'all' changed = False msg = ""