mirror of https://github.com/ansible/ansible.git
Remove decrypt arg-docs mismatch (#86128)
* Remove decrypt arg-docs mismatch
Removes the use of the arg in the action plugin
and removes the associated doc fragment. Changes
no behavior because the lack of decrypt in the
argspec prevents a value being passed in and
the args.get('decrypt', True) means that it is
always true.
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/86151/head
parent
4184d9665e
commit
6a4b199054
@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- script - remove the currently unsupported ``decrypt`` argument from the module documentation (https://github.com/ansible/ansible/issues/86067).
|
||||
Loading…
Reference in New Issue