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:
parent
eaeb92a8f6
commit
d5c519b892
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue