summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/windows/meta/runtime.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-18 05:52:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-18 05:52:22 +0000
commit38b7c80217c4e72b1d8988eb1e60bb6e77334114 (patch)
tree356e9fd3762877d07cde52d21e77070aeff7e789 /ansible_collections/community/windows/meta/runtime.yml
parentAdding upstream version 7.7.0+dfsg. (diff)
downloadansible-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/windows/meta/runtime.yml')
-rw-r--r--ansible_collections/community/windows/meta/runtime.yml28
1 files changed, 27 insertions, 1 deletions
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