Add ansible to install
This commit is contained in:
@@ -34,12 +34,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
- uses: greg-hellings/make-space@main
|
- uses: greg-hellings/make-space@main
|
||||||
|
- uses: actions/setup-python@v3
|
||||||
|
with:
|
||||||
|
python-version: "3"
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y unzip qemu-system-{x86,ppc}
|
sudo apt-get install -y unzip qemu-system-{x86,ppc}
|
||||||
|
python3 -m pip install -U ansible
|
||||||
# Install packer.io
|
# Install packer.io
|
||||||
curl -O https://releases.hashicorp.com/packer/${{ matrix.packer_version }}/packer_${{ matrix.packer_version }}_linux_amd64.zip
|
curl -O https://releases.hashicorp.com/packer/${{ matrix.packer_version }}/packer_${{ matrix.packer_version }}_linux_amd64.zip
|
||||||
unzip packer_${{ matrix.packer_version }}_linux_amd64.zip
|
unzip packer_${{ matrix.packer_version }}_linux_amd64.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user