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/windows/meta/runtime.yml | 28 +++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'ansible_collections/community/windows/meta') diff --git a/ansible_collections/community/windows/meta/runtime.yml b/ansible_collections/community/windows/meta/runtime.yml index 1f0649152..34003e06c 100644 --- a/ansible_collections/community/windows/meta/runtime.yml +++ b/ansible_collections/community/windows/meta/runtime.yml @@ -1 +1,27 @@ -requires_ansible: '>=2.12' +requires_ansible: '>=2.14' +plugin_routing: + modules: + win_domain_computer: + deprecation: + removal_version: 3.0.0 + warning_text: Use microsoft.ad.computer instead. + win_domain_group_membership: + deprecation: + removal_version: 3.0.0 + warning_text: Use microsoft.ad.group instead. + win_domain_group: + deprecation: + removal_version: 3.0.0 + warning_text: Use microsoft.ad.group instead. + win_domain_object_info: + deprecation: + removal_version: 3.0.0 + warning_text: Use microsoft.ad.object_info instead. + win_domain_ou: + deprecation: + removal_version: 3.0.0 + warning_text: Use microsoft.ad.ou instead. + win_domain_user: + deprecation: + removal_version: 3.0.0 + warning_text: Use microsoft.ad.user instead. \ No newline at end of file -- cgit v1.2.3