diff options
Diffstat (limited to 'ansible_collections/netapp/um_info/meta')
-rw-r--r-- | ansible_collections/netapp/um_info/meta/execution-environment.yml | 3 | ||||
-rw-r--r-- | ansible_collections/netapp/um_info/meta/runtime.yml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ansible_collections/netapp/um_info/meta/execution-environment.yml b/ansible_collections/netapp/um_info/meta/execution-environment.yml new file mode 100644 index 000000000..315d71a13 --- /dev/null +++ b/ansible_collections/netapp/um_info/meta/execution-environment.yml @@ -0,0 +1,3 @@ +version: 1 +dependencies: + python: ../requirements.txt diff --git a/ansible_collections/netapp/um_info/meta/runtime.yml b/ansible_collections/netapp/um_info/meta/runtime.yml index 04c66ffeb..cc45f44f7 100644 --- a/ansible_collections/netapp/um_info/meta/runtime.yml +++ b/ansible_collections/netapp/um_info/meta/runtime.yml @@ -1,5 +1,5 @@ --- -requires_ansible: ">=2.9.10" +requires_ansible: ">=2.13" action_groups: netapp_um_info: - na_um_aggregates_info |