WIP: Initial VM provisioning #4

Closed
cyclane wants to merge 38 commits from initial-vm-provisioning into main
1 changed files with 1 additions and 5 deletions
Showing only changes of commit 19247a2467 - Show all commits

View File

@ -24,13 +24,9 @@ jobs:
with:
fetch-depth: ${{ env.DEPLOY == 'some' && 2 || 1 }}
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
apt install -y python3-pip
pip3 install -r requirements.txt
ansible-galaxy collection install community.general