fix runner
ci / validate (push) Failing after 19s

This commit is contained in:
Mateusz Suski
2026-04-30 06:39:56 +00:00
parent 8783892241
commit ad12b8581d
+10 -3
View File
@@ -8,9 +8,17 @@ on:
jobs:
validate:
runs-on: ubuntu-latest
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update
apt-get install -y python3 python3-pip docker.io
pip3 install ansible
- name: Python syntax check
run: |
@@ -22,7 +30,6 @@ jobs:
- name: Ansible syntax check
run: |
python3 -m pip install --user ansible
ansible-playbook -i enterprise-infra-simulator/inventory/hosts.ini \
--syntax-check enterprise-infra-simulator/playbooks/*.yml