diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:18:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:18:41 +0000 |
commit | b643c52cf29ce5bbab738b43290af3556efa1ca9 (patch) | |
tree | 21d5c53d7a9b696627a255777cefdf6f78968824 /ansible_collections/dellemc/unity/meta | |
parent | Releasing progress-linux version 9.5.1+dfsg-1~progress7.99u1. (diff) | |
download | ansible-b643c52cf29ce5bbab738b43290af3556efa1ca9.tar.xz ansible-b643c52cf29ce5bbab738b43290af3556efa1ca9.zip |
Merging upstream version 10.0.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/dellemc/unity/meta')
-rw-r--r-- | ansible_collections/dellemc/unity/meta/runtime.yml | 107 |
1 files changed, 46 insertions, 61 deletions
diff --git a/ansible_collections/dellemc/unity/meta/runtime.yml b/ansible_collections/dellemc/unity/meta/runtime.yml index 82e44c7f7..9f0f69044 100644 --- a/ansible_collections/dellemc/unity/meta/runtime.yml +++ b/ansible_collections/dellemc/unity/meta/runtime.yml @@ -1,79 +1,64 @@ --- -requires_ansible: ">=2.13" +requires_ansible: ">=2.14" plugin_routing: modules: dellemc_unity_info: - redirect: dellemc.unity.info - deprecation: - removal_date: "2024-03-31" - warning_text: Use info instead. + tombstone: + removal_date: "2024-03-22" + warning_text: Use info instead. dellemc_unity_gatherfacts: - redirect: dellemc.unity.info - deprecation: - removal_date: "2024-03-31" - warning_text: Use info instead. + tombstone: + removal_date: "2024-03-22" + warning_text: Use info instead. dellemc_unity_consistencygroup: - redirect: dellemc.unity.consistencygroup - deprecation: - removal_date: "2024-03-31" - warning_text: Use consistencygroup instead. + tombstone: + removal_date: "2024-03-22" + warning_text: Use consistencygroup instead. dellemc_unity_filesystem_snapshot: - redirect: dellemc.unity.filesystem_snapshot - deprecation: - removal_date: "2024-03-31" - warning_text: Use filesystem_snapshot instead. + tombstone: + removal_date: "2024-03-22" + warning_text: Use filesystem_snapshot instead. dellemc_unity_filesystem: - redirect: dellemc.unity.filesystem - deprecation: - removal_date: "2024-03-31" - warning_text: Use filesystem instead. + tombstone: + removal_date: "2024-03-22" + warning_text: Use filesystem instead. dellemc_unity_host: - redirect: dellemc.unity.host - deprecation: - removal_date: "2024-03-31" - warning_text: Use host instead. + tombstone: + removal_date: "2024-03-22" + warning_text: Use host instead. dellemc_unity_nasserver: - redirect: dellemc.unity.nasserver - deprecation: - removal_date: "2024-03-31" - warning_text: Use nasserver instead. + tombstone: + removal_date: "2024-03-22" + warning_text: Use nasserver instead. dellemc_unity_nfs: - redirect: dellemc.unity.nfs - deprecation: - removal_date: "2024-03-31" - warning_text: Use nfs instead. + tombstone: + removal_date: "2024-03-22" + warning_text: Use nfs instead. dellemc_unity_smbshare: - redirect: dellemc.unity.smbshare - deprecation: - removal_date: "2024-03-31" - warning_text: Use smbshare instead. + tombstone: + removal_date: "2024-03-22" + warning_text: Use smbshare instead. dellemc_unity_snapshot: - redirect: dellemc.unity.snapshot - deprecation: - removal_date: "2024-03-31" - warning_text: Use snapshot instead. + tombstone: + removal_date: "2024-03-22" + warning_text: Use snapshot instead. dellemc_unity_snapshotschedule: - redirect: dellemc.unity.snapshotschedule - deprecation: - removal_date: "2024-03-31" - warning_text: Use snapshotschedule instead. + tombstone: + removal_date: "2024-03-22" + warning_text: Use snapshotschedule instead. dellemc_unity_storagepool: - redirect: dellemc.unity.storagepool - deprecation: - removal_date: "2024-03-31" - warning_text: Use storagepool instead. + tombstone: + removal_date: "2024-03-22" + warning_text: Use storagepool instead. dellemc_unity_tree_quota: - redirect: dellemc.unity.tree_quota - deprecation: - removal_date: "2024-03-31" - warning_text: Use tree_quota instead. + tombstone: + removal_date: "2024-03-22" + warning_text: Use tree_quota instead. dellemc_unity_user_quota: - redirect: dellemc.unity.user_quota - deprecation: - removal_date: "2024-03-31" - warning_text: Use user_quota instead. + tombstone: + removal_date: "2024-03-22" + warning_text: Use user_quota instead. dellemc_unity_volume: - redirect: dellemc.unity.volume - deprecation: - removal_date: "2024-03-31" - warning_text: Use volume instead. + tombstone: + removal_date: "2024-03-22" + warning_text: Use volume instead. |