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:
deploy:
name: Prepare
runs-on: ubuntu-latest
container:
image: cytopia/ansible:latest
runs-on: ansible
steps:
- name: Checkout Repo
uses: actions/checkout@v4

View File

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