diff options
Diffstat (limited to 'ansible_collections/community/general/plugins/lookup/dnstxt.py')
-rw-r--r-- | ansible_collections/community/general/plugins/lookup/dnstxt.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible_collections/community/general/plugins/lookup/dnstxt.py b/ansible_collections/community/general/plugins/lookup/dnstxt.py index 55067dc82..1ce511b84 100644 --- a/ansible_collections/community/general/plugins/lookup/dnstxt.py +++ b/ansible_collections/community/general/plugins/lookup/dnstxt.py @@ -22,8 +22,8 @@ DOCUMENTATION = ''' elements: string real_empty: description: - - Return empty result without empty strings, and return empty list instead of C(NXDOMAIN). - - The default for this option will likely change to C(true) in the future. + - Return empty result without empty strings, and return empty list instead of V(NXDOMAIN). + - The default for this option will likely change to V(true) in the future. default: false type: bool version_added: 6.0.0 |