diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
commit | 38b7c80217c4e72b1d8988eb1e60bb6e77334114 (patch) | |
tree | 356e9fd3762877d07cde52d21e77070aeff7e789 /ansible_collections/community/windows/meta/runtime.yml | |
parent | Adding upstream version 7.7.0+dfsg. (diff) | |
download | ansible-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.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 |