1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-07 19:18:54 +00:00

update note

This commit is contained in:
Brian Coca 2026-05-18 21:17:00 -04:00
parent eaeb92a8f6
commit d5c519b892
No known key found for this signature in database

View file

@ -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'