ansible libansible libs
This commit is contained in:
parent
fe5f8a5f06
commit
1efe06fdba
1 changed files with 2 additions and 3 deletions
|
|
@ -16,11 +16,10 @@ before_script:
|
|||
- rm -f packer_${PACKER_VERSION}_linux_amd64.zip
|
||||
|
||||
- echo ${ANSIBLE_SHA256SUM} ansible-${ANSIBLE_VERSION}.tar.gz|sha256sum --check --strict
|
||||
- tar xvf ansible-${ANSIBLE_VERSION}.tar.gz ansible-${ANSIBLE_VERSION}/bin/ansible ansible-${ANSIBLE_VERSION}/bin/ansible-playbook
|
||||
- mv ansible-${ANSIBLE_VERSION}/bin/* bin
|
||||
- tar xvf ansible-${ANSIBLE_VERSION}.tar.gz
|
||||
- rm -f ansible-${ANSIBLE_VERSION}.tar.gz
|
||||
|
||||
- PATH="$PATH:$PWD/bin"
|
||||
- PATH="$PATH:$PWD/bin:$PWD/ansible-${ANSIBLE_VERSION}/bin"
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue