This commit is contained in:
Gleb Koval 2023-09-06 23:51:08 +01:00
parent 19247a2467
commit 04881f9dfa
Signed by: cyclane
GPG Key ID: 15E168A8B332382C

@ -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