try vanilla ansible 2.10 on Mac
This commit is contained in:
parent
ef029726e2
commit
90f40ada6c
|
@ -22,6 +22,13 @@ jobs:
|
|||
MODE: localhost_ansible
|
||||
VER: 2.10.0
|
||||
|
||||
# NOTE: this hangs when ran in Ubuntu 18.04
|
||||
Vanilla_210_27:
|
||||
python.version: '2.7'
|
||||
MODE: localhost_ansible
|
||||
VER: 2.10.0
|
||||
STRATEGY: linear
|
||||
|
||||
|
||||
- job: Linux
|
||||
pool:
|
||||
|
@ -98,13 +105,6 @@ jobs:
|
|||
#DISTROS: debian
|
||||
#STRATEGY: linear
|
||||
|
||||
Vanilla_210_27:
|
||||
python.version: '2.7'
|
||||
MODE: ansible
|
||||
VER: 2.10.0
|
||||
DISTROS: debian
|
||||
STRATEGY: linear
|
||||
|
||||
Ansible_210_27:
|
||||
python.version: '2.7'
|
||||
MODE: ansible
|
||||
|
|
Loading…
Reference in New Issue