|
26 | 26 | # ansible == 3.* ansible-base ~= 2.10.0 |
27 | 27 | # ansible == 4.* ansible-core ~= 2.11.0 |
28 | 28 | # ansible == 5.* ansible-core ~= 2.12.0 |
| 29 | +# ansible == 6.* ansible-core ~= 2.13.0 |
29 | 30 |
|
30 | 31 | # pip --no-python-version-warning |
31 | 32 | # pip --disable-pip-version-check |
|
36 | 37 | envlist = |
37 | 38 | init, |
38 | 39 | py{27,36}-mode_ansible-ansible{2.10,3,4}, |
39 | | - py{310}-mode_ansible-ansible{2.10,3,4,5}, |
| 40 | + py{310}-mode_ansible-ansible{2.10,3,4,5,6}, |
40 | 41 | py{27,36,310}-mode_mitogen-distro_centos{6,7,8}, |
41 | 42 | py{27,36,310}-mode_mitogen-distro_debian{9,10,11}, |
42 | 43 | py{27,36,310}-mode_mitogen-distro_ubuntu{1604,1804,2004}, |
|
61 | 62 | ansible3: ansible==3.4.0 |
62 | 63 | ansible4: ansible==4.10.0 |
63 | 64 | ansible5: ansible==5.8.0 |
| 65 | + ansible6: ansible==6.0.0 |
64 | 66 | install_command = |
65 | 67 | python -m pip --no-python-version-warning --disable-pip-version-check install {opts} {packages} |
66 | 68 | commands_pre = |
@@ -97,6 +99,8 @@ setenv = |
97 | 99 | distro_ubuntu1804: DISTRO=ubuntu1804 |
98 | 100 | distro_ubuntu2004: DISTRO=ubuntu2004 |
99 | 101 | # Note the plural, only applicable to MODE=ansible |
| 102 | + # Ansible 6 (ansible-core 2.13) requires Python >= 2.7 or >= 3.5 on targets |
| 103 | + ansible6: DISTROS=centos7 centos8 debian9 debian10 debian11 ubuntu1604 ubuntu1804 ubuntu2004 |
100 | 104 | distros_centos: DISTROS=centos6 centos7 centos8 |
101 | 105 | distros_centos5: DISTROS=centos5 |
102 | 106 | distros_centos6: DISTROS=centos6 |
|
0 commit comments