diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
commit | 7fec0b69a082aaeec72fee0612766aa42f6b1b4d (patch) | |
tree | efb569b86ca4da888717f5433e757145fa322e08 /ansible_collections/community/dns/plugins/inventory | |
parent | Releasing progress-linux version 7.7.0+dfsg-3~progress7.99u1. (diff) | |
download | ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.tar.xz ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.zip |
Merging upstream version 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 |