use ansible image
Some checks failed
Deploy Containers / Prepare (push) Failing after 11s

This commit is contained in:
2026-01-10 00:44:56 -05:00
parent e8b8c7f689
commit e26677cda9
2 changed files with 2 additions and 3 deletions

View File

@@ -8,9 +8,7 @@ on:
jobs: jobs:
deploy: deploy:
name: Prepare name: Prepare
runs-on: ubuntu-latest runs-on: ansible
container:
image: cytopia/ansible:latest
steps: steps:
- name: Checkout Repo - name: Checkout Repo
uses: actions/checkout@v4 uses: actions/checkout@v4

View File

@@ -12,6 +12,7 @@ runner:
labels: labels:
- "ubuntu-latest:docker://catthehacker/ubuntu:act-latest" - "ubuntu-latest:docker://catthehacker/ubuntu:act-latest"
- "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04" - "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04"
- "ansible:docker://git.alexav.gg/alex/setup-ansible:latest"
container: container:
network: "host" network: "host"