diff options
Diffstat (limited to 'ansible_collections/purestorage/flasharray/meta/runtime.yml')
-rw-r--r-- | ansible_collections/purestorage/flasharray/meta/runtime.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible_collections/purestorage/flasharray/meta/runtime.yml b/ansible_collections/purestorage/flasharray/meta/runtime.yml new file mode 100644 index 00000000..f664dcbd --- /dev/null +++ b/ansible_collections/purestorage/flasharray/meta/runtime.yml @@ -0,0 +1,8 @@ +--- +requires_ansible: ">=2.9.10" +plugin_routing: + modules: + purefa_sso: + deprecation: + removal_version: "2.0.0" + warning_text: purefa_sso will be removed in a future release of this collection, Use purestorage.flasharray.purefa_admin instead. |