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 0 deletions
Showing only changes of commit 04881f9dfa - Show all commits

View File

@ -26,6 +26,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
apt update
apt install -y python3-pip apt install -y python3-pip
pip3 install -r requirements.txt pip3 install -r requirements.txt
ansible-galaxy collection install community.general ansible-galaxy collection install community.general