diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
commit | 38b7c80217c4e72b1d8988eb1e60bb6e77334114 (patch) | |
tree | 356e9fd3762877d07cde52d21e77070aeff7e789 /ansible_collections/community/dns/plugins/inventory | |
parent | Adding upstream version 7.7.0+dfsg. (diff) | |
download | ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.tar.xz ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.zip |
Adding upstream version 9.4.0+dfsg.upstream/9.4.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/community/dns/plugins/inventory')
-rw-r--r-- | ansible_collections/community/dns/plugins/inventory/hetzner_dns_records.py | 6 | ||||
-rw-r--r-- | ansible_collections/community/dns/plugins/inventory/hosttech_dns_records.py | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ansible_collections/community/dns/plugins/inventory/hetzner_dns_records.py b/ansible_collections/community/dns/plugins/inventory/hetzner_dns_records.py index 970cd8631..7982c23f0 100644 --- a/ansible_collections/community/dns/plugins/inventory/hetzner_dns_records.py +++ b/ansible_collections/community/dns/plugins/inventory/hetzner_dns_records.py @@ -23,7 +23,7 @@ description: options: plugin: - description: The name of this plugin. Should always be set to C(community.dns.hetzner_dns_records) for this plugin to recognize it as its own. + description: The name of this plugin. Should always be set to V(community.dns.hetzner_dns_records) for this plugin to recognize it as its own. # TODO: add `required: true` in 3.0.0 # required: true choices: @@ -39,7 +39,7 @@ extends_documentation_fragment: - community.dns.options.record_transformation notes: - - The provider-specific I(hetzner_token) option can be templated. + - The provider-specific O(hetzner_token) option can be templated. author: - Markus Bergholz (@markuman) <markuman+spambelongstogoogle@gmail.com> @@ -55,7 +55,7 @@ EXAMPLES = ''' plugin: community.dns.hetzner_dns_records zone_name: domain.de -filters: +simple_filters: type: - TXT txt_transformation: unquoted diff --git a/ansible_collections/community/dns/plugins/inventory/hosttech_dns_records.py b/ansible_collections/community/dns/plugins/inventory/hosttech_dns_records.py index aa840510d..d14cf73ed 100644 --- a/ansible_collections/community/dns/plugins/inventory/hosttech_dns_records.py +++ b/ansible_collections/community/dns/plugins/inventory/hosttech_dns_records.py @@ -23,7 +23,7 @@ description: options: plugin: - description: The name of this plugin. Should always be set to C(community.dns.hosttech_dns_records) for this plugin to recognize it as its own. + description: The name of this plugin. Should always be set to V(community.dns.hosttech_dns_records) for this plugin to recognize it as its own. # TODO: add `required: true` in 3.0.0 # required: true choices: @@ -47,7 +47,7 @@ extends_documentation_fragment: - community.dns.options.record_transformation notes: - - The provider-specific I(hosttech_username), I(hosttech_password), and I(hosttech_token) options can be templated. + - The provider-specific O(hosttech_username), O(hosttech_password), and O(hosttech_token) options can be templated. author: - Markus Bergholz (@markuman) <markuman+spambelongstogoogle@gmail.com> @@ -63,7 +63,7 @@ EXAMPLES = ''' plugin: community.dns.hosttech_dns_records zone_name: domain.ch -filters: +simple_filters: type: - AAAA |