From 38b7c80217c4e72b1d8988eb1e60bb6e77334114 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 18 Apr 2024 07:52:22 +0200 Subject: Adding upstream version 9.4.0+dfsg. Signed-off-by: Daniel Baumann --- .../community/dns/plugins/inventory/hetzner_dns_records.py | 6 +++--- .../community/dns/plugins/inventory/hosttech_dns_records.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'ansible_collections/community/dns/plugins/inventory') 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) @@ -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) @@ -63,7 +63,7 @@ EXAMPLES = ''' plugin: community.dns.hosttech_dns_records zone_name: domain.ch -filters: +simple_filters: type: - AAAA -- cgit v1.2.3