We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f840283 commit 511c789Copy full SHA for 511c789
.travis.yml
@@ -19,7 +19,7 @@ install:
19
else pip install "ansible${ANSIBLE_VERSION}"; fi;
20
pip install --pre ansible-lint; pip install jmespath netaddr
21
- ansible --version
22
-- ansible-galaxy install lae.travis-lxc,v0.10.0
+- ansible-galaxy install lae.travis-lxc,v0.10.1
23
- ansible-playbook tests/install.yml -i tests/inventory
24
- git archive --format tar.gz HEAD > lae.proxmox.tar.gz && ansible-galaxy install
25
lae.proxmox.tar.gz,$(git rev-parse HEAD),lae.proxmox && rm lae.proxmox.tar.gz
0 commit comments