summaryrefslogtreecommitdiffstats
path: root/ansible_collections/dellemc/powerflex/meta/runtime.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:04:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:04:41 +0000
commit975f66f2eebe9dadba04f275774d4ab83f74cf25 (patch)
tree89bd26a93aaae6a25749145b7e4bca4a1e75b2be /ansible_collections/dellemc/powerflex/meta/runtime.yml
parentInitial commit. (diff)
downloadansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.tar.xz
ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.zip
Adding upstream version 7.7.0+dfsg.upstream/7.7.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/dellemc/powerflex/meta/runtime.yml')
-rw-r--r--ansible_collections/dellemc/powerflex/meta/runtime.yml39
1 files changed, 39 insertions, 0 deletions
diff --git a/ansible_collections/dellemc/powerflex/meta/runtime.yml b/ansible_collections/dellemc/powerflex/meta/runtime.yml
new file mode 100644
index 000000000..0e8263eda
--- /dev/null
+++ b/ansible_collections/dellemc/powerflex/meta/runtime.yml
@@ -0,0 +1,39 @@
+---
+requires_ansible: ">=2.12"
+plugin_routing:
+ modules:
+ dellemc_powerflex_gatherfacts:
+ redirect: dellemc.powerflex.info
+ deprecation:
+ removal_date: "2024-03-31"
+ warning_text: Use info module instead.
+ dellemc_powerflex_device:
+ redirect: dellemc.powerflex.device
+ deprecation:
+ removal_date: "2024-03-31"
+ warning_text: Use device module instead.
+ dellemc_powerflex_sdc:
+ redirect: dellemc.powerflex.sdc
+ deprecation:
+ removal_date: "2024-03-31"
+ warning_text: Use sdc module instead.
+ dellemc_powerflex_sds:
+ redirect: dellemc.powerflex.sds
+ deprecation:
+ removal_date: "2024-03-31"
+ warning_text: Use sds module instead.
+ dellemc_powerflex_snapshot:
+ redirect: dellemc.powerflex.snapshot
+ deprecation:
+ removal_date: "2024-03-31"
+ warning_text: Use snapshot module instead.
+ dellemc_powerflex_storagepool:
+ redirect: dellemc.powerflex.storagepool
+ deprecation:
+ removal_date: "2024-03-31"
+ warning_text: Use storagepool module instead.
+ dellemc_powerflex_volume:
+ redirect: dellemc.powerflex.volume
+ deprecation:
+ removal_date: "2024-03-31"
+ warning_text: Use volume module instead.