diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:27 +0000 |
commit | 3b0807ad7b283c46c21862eb826dcbb4ad04e5e2 (patch) | |
tree | 6461ea75f03eca87a5a90c86c3c9a787a6ad037e /ansible_collections/community/windows/meta/runtime.yml | |
parent | Adding debian version 7.7.0+dfsg-3. (diff) | |
download | ansible-3b0807ad7b283c46c21862eb826dcbb4ad04e5e2.tar.xz ansible-3b0807ad7b283c46c21862eb826dcbb4ad04e5e2.zip |
Merging upstream version 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.yml | 28 |
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 |