summaryrefslogtreecommitdiff
path: root/zuul/lib/ansible-config.conf
blob: dae960eb66e127c62c1ca77bde6e776ee11e83b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file describes the currently supported ansible versions
[common]
default_version = 2.9
requirements = ara>=0.16.5,<1.0.0 openstacksdk openshift jmespath google-cloud-storage

[2.6]
deprecated = true
requirements = ansible>=2.6,<2.7

[2.7]
deprecated = true
requirements = ansible>=2.7,<2.8

[2.8]
requirements = ansible>=2.8,<2.9

[2.9]
requirements = ansible>=2.9,<2.10