-
Notifications
You must be signed in to change notification settings - Fork 0
/
runtime-requirements.yml
33 lines (30 loc) · 1.17 KB
/
runtime-requirements.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
################################################################################
# Copyright (c) IBM Corporation 2021
################################################################################
################################################################################
# List `requires_ansible_version` contains Ansible version entries that this
# playbook requires. It can be one more then one Ansible version
# e.g, `- 2.9` would be interpreted as 2.9 - 2.9.n where n is >= 0. Where `- 2.9.0`
# would be require an exact match, just like 2.9.12 would be an exact match.
#
# Dictionary `requires_collection` can include more than one collection such as
# in the case a playbook depends on other IBM z collections.
# e.g,
# requires_collection:
# - ibm_zos_core:
# name: "ibm_zos_core"
# version: "1.4.0-beta.1"
# - ibm_zos_ims:
# name: "ibm_zos_ims"
# version: "1.4.0-beta.1"
################################################################################
requires_ansible_version:
- "2.9"
- "2.11"
- "2.12"
- "2.13"
- "2.14"
requires_collection:
- ibm_zos_core:
name: "ibm_zos_core"
version: "1.3.1"