diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:18:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:18:34 +0000 |
commit | 3667197efb7b18ec842efd504785965911f8ac4b (patch) | |
tree | 0b986a4bc6879d080b100666a97cdabbc9ca1f28 /ansible_collections/community/dns/meta | |
parent | Adding upstream version 9.5.1+dfsg. (diff) | |
download | ansible-upstream/10.0.0+dfsg.tar.xz ansible-upstream/10.0.0+dfsg.zip |
Adding upstream version 10.0.0+dfsg.upstream/10.0.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/community/dns/meta')
-rw-r--r-- | ansible_collections/community/dns/meta/runtime.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ansible_collections/community/dns/meta/runtime.yml b/ansible_collections/community/dns/meta/runtime.yml index 25f52c7a8..2cb1350ea 100644 --- a/ansible_collections/community/dns/meta/runtime.yml +++ b/ansible_collections/community/dns/meta/runtime.yml @@ -3,7 +3,7 @@ # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later -requires_ansible: '>=2.9.10' +requires_ansible: '>=2.14.0' action_groups: hetzner: - hetzner_dns_record_info @@ -18,12 +18,10 @@ action_groups: - hosttech_dns_record_set_info - hosttech_dns_record_set - hosttech_dns_record_sets - - hosttech_dns_records # deprecated redirect - hosttech_dns_zone_info plugin_routing: modules: hosttech_dns_records: - redirect: community.dns.hosttech_dns_record_sets - deprecation: + tombstone: removal_version: 3.0.0 warning_text: The hosttech_dns_records module has been renamed to hosttech_dns_record_sets. |