File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
language : python
3
- python :
4
- - " 2.7"
5
- - " 3.6"
6
3
sudo : required
7
4
dist : bionic
8
5
cache :
9
6
directories : [ '$HOME/lxc' ]
10
7
pip : true
11
- env :
12
- - ANSIBLE_VERSION='~=2.9.0'
13
8
matrix :
14
9
fast_finish : true
15
10
include :
16
11
# FIXME: Ansible 2.10.x going through major restructuring.
17
12
# https://groups.google.com/forum/#!msg/ansible-project/eXsoOKEd0Mk/XTgbnPWbCAAJ
18
- # - python: '3.6'
19
- # env: ANSIBLE_GIT_VERSION='devel' # 2.10.x development branch
20
- - python : ' 3.6'
21
- env : ANSIBLE_VERSION='~=2.8.0'
22
- - python : ' 3.6'
23
- env : ANSIBLE_VERSION='~=2.7.0'
13
+ # - env: ANSIBLE_GIT_VERSION='devel' # 2.11.x development branch
14
+ - env : ANSIBLE_VERSION='~=2.10.0'
15
+ - env : ANSIBLE_VERSION='~=2.9.0'
16
+ - env : ANSIBLE_VERSION='~=2.8.0'
24
17
install :
25
18
- if [ "$ANSIBLE_GIT_VERSION" ]; then pip install "https://github.com/ansible/ansible/archive/${ANSIBLE_GIT_VERSION}.tar.gz";
26
19
else pip install "ansible${ANSIBLE_VERSION}"; fi;
27
20
pip install --pre ansible-lint; pip install jmespath netaddr
28
21
- ansible --version
29
- - ansible-galaxy install lae.travis-lxc,v0.9 .0
22
+ - ansible-galaxy install lae.travis-lxc,v0.10 .0
30
23
- ansible-playbook tests/install.yml -i tests/inventory
31
24
- git archive --format tar.gz HEAD > lae.proxmox.tar.gz && ansible-galaxy install
32
25
lae.proxmox.tar.gz,$(git rev-parse HEAD),lae.proxmox && rm lae.proxmox.tar.gz
You can’t perform that action at this time.
0 commit comments