Document sort_keys option in to_nice_json() filter (#82912)

Added by https://github.com/ansible/ansible/pull/52341.
pull/82917/head
Jon 2 months ago committed by GitHub
parent 5f4e332e37
commit a1b6e3a258
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,6 +39,10 @@ DOCUMENTATION:
description: If V(True), keys that are not basic Python types will be skipped.
default: False
type: bool
sort_keys:
description: Affects sorting of dictionary keys.
default: True
type: bool
notes:
- Both O(vault_to_text) and O(preprocess_unsafe) defaulted to V(False) between Ansible 2.9 and 2.12.
- 'These parameters to C(json.dumps) will be ignored, they are overridden for internal use: I(cls), I(default), I(indent), I(separators), I(sort_keys).'

Loading…
Cancel
Save