diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-26 04:05:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-26 04:05:56 +0000 |
commit | 67c6a4d1dccb62159b9d9b2dea4e2f487446e276 (patch) | |
tree | 9ccbb35137f480bbbdb899accbda52a8135d3416 /ansible_collections/dellemc/powerflex/meta | |
parent | Adding upstream version 9.4.0+dfsg. (diff) | |
download | ansible-67c6a4d1dccb62159b9d9b2dea4e2f487446e276.tar.xz ansible-67c6a4d1dccb62159b9d9b2dea4e2f487446e276.zip |
Adding upstream version 9.5.1+dfsg.upstream/9.5.1+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/dellemc/powerflex/meta')
-rw-r--r-- | ansible_collections/dellemc/powerflex/meta/runtime.yml | 35 |
1 files changed, 14 insertions, 21 deletions
diff --git a/ansible_collections/dellemc/powerflex/meta/runtime.yml b/ansible_collections/dellemc/powerflex/meta/runtime.yml index 6fa701d3a..dd41c3e91 100644 --- a/ansible_collections/dellemc/powerflex/meta/runtime.yml +++ b/ansible_collections/dellemc/powerflex/meta/runtime.yml @@ -3,37 +3,30 @@ requires_ansible: ">=2.14.0" plugin_routing: modules: dellemc_powerflex_gatherfacts: - redirect: dellemc.powerflex.info - deprecation: - removal_date: "2024-03-31" + tombstone: + removal_date: "2024-03-22" warning_text: Use info module instead. dellemc_powerflex_device: - redirect: dellemc.powerflex.device - deprecation: - removal_date: "2024-03-31" + tombstone: + removal_date: "2024-03-22" warning_text: Use device module instead. dellemc_powerflex_sdc: - redirect: dellemc.powerflex.sdc - deprecation: - removal_date: "2024-03-31" + tombstone: + removal_date: "2024-03-22" warning_text: Use sdc module instead. dellemc_powerflex_sds: - redirect: dellemc.powerflex.sds - deprecation: - removal_date: "2024-03-31" + tombstone: + removal_date: "2024-03-22" warning_text: Use sds module instead. dellemc_powerflex_snapshot: - redirect: dellemc.powerflex.snapshot - deprecation: - removal_date: "2024-03-31" + tombstone: + removal_date: "2024-03-22" warning_text: Use snapshot module instead. dellemc_powerflex_storagepool: - redirect: dellemc.powerflex.storagepool - deprecation: - removal_date: "2024-03-31" + tombstone: + removal_date: "2024-03-22" warning_text: Use storagepool module instead. dellemc_powerflex_volume: - redirect: dellemc.powerflex.volume - deprecation: - removal_date: "2024-03-31" + tombstone: + removal_date: "2024-03-22" warning_text: Use volume module instead. |