issue #874 ansible 2.12 requires min python 3.8 on the controller

pull/883/head
Klaus Zerwes 2 years ago
parent 13af356bc9
commit b0610cb63c

@ -59,9 +59,6 @@ jobs:
Loc_27_4:
python.version: '2.7'
tox.env: py27-mode_localhost-ansible4
Loc_27_5:
python.version: '2.7'
tox.env: py27-mode_localhost-ansible5
# NOTE: this hangs when ran in Ubuntu 18.04
Van_27_210:
@ -79,11 +76,6 @@ jobs:
tox.env: py27-mode_localhost-ansible4
STRATEGY: linear
ANSIBLE_SKIP_TAGS: resource_intensive
Van_27_5:
python.version: '2.7'
tox.env: py27-mode_localhost-ansible5
STRATEGY: linear
ANSIBLE_SKIP_TAGS: resource_intensive
- job: MacLatest
# vanilla Ansible is really slow
@ -111,8 +103,6 @@ jobs:
tox.env: py27-mode_localhost-ansible3
Loc_27_4:
tox.env: py27-mode_localhost-ansible4
Loc_27_5:
tox.env: py27-mode_localhost-ansible5
# NOTE: this hangs when ran in Ubuntu 18.04
Van_27_210:
@ -127,10 +117,6 @@ jobs:
tox.env: py27-mode_localhost-ansible4
STRATEGY: linear
ANSIBLE_SKIP_TAGS: resource_intensive
Van_27_5:
tox.env: py27-mode_localhost-ansible5
STRATEGY: linear
ANSIBLE_SKIP_TAGS: resource_intensive
- job: Linux
pool:
@ -270,9 +256,6 @@ jobs:
Ans_27_4:
python.version: '2.7'
tox.env: py27-mode_ansible-ansible4
Ans_27_5:
python.version: '2.7'
tox.env: py27-mode_ansible-ansible5
Ans_36_210:
python.version: '3.6'
@ -283,9 +266,6 @@ jobs:
Ans_36_4:
python.version: '3.6'
tox.env: py36-mode_ansible-ansible4
Ans_36_5:
python.version: '3.6'
tox.env: py36-mode_ansible-ansible5
Ans_39_210:
python.version: '3.9'

Loading…
Cancel
Save