diff options
Diffstat (limited to 'ansible_collections/dellemc/powerflex/plugins/doc_fragments')
-rw-r--r-- | ansible_collections/dellemc/powerflex/plugins/doc_fragments/powerflex.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ansible_collections/dellemc/powerflex/plugins/doc_fragments/powerflex.py b/ansible_collections/dellemc/powerflex/plugins/doc_fragments/powerflex.py index 349680345..0c0e0d9e1 100644 --- a/ansible_collections/dellemc/powerflex/plugins/doc_fragments/powerflex.py +++ b/ansible_collections/dellemc/powerflex/plugins/doc_fragments/powerflex.py @@ -1,4 +1,4 @@ -# Copyright: (c) 2020, Dell Technologies. +# Copyright: (c) 2024, Dell Technologies. # Apache License version 2.0 (see MODULE-LICENSE or http://www.apache.org/licenses/LICENSE-2.0.txt) from __future__ import absolute_import, division, print_function @@ -48,12 +48,12 @@ class ModuleDocFragment(object): - Time after which connection will get terminated. - It is to be mentioned in seconds. type: int - required: False + required: false default: 120 requirements: - - A Dell PowerFlex storage system version 3.5 or later. - - Ansible-core 2.12 or later. - - PyPowerFlex 1.6.0. + - A Dell PowerFlex storage system version 3.6 or later. + - Ansible-core 2.14 or later. + - PyPowerFlex 1.9.0. - Python 3.9, 3.10 or 3.11. notes: - The modules present in the collection named as 'dellemc.powerflex' |