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

This commit is contained in:
2026-01-10 00:39:22 -05:00
parent 950464db7e
commit e8b8c7f689

View File

@@ -9,20 +9,14 @@ jobs:
deploy: deploy:
name: Prepare name: Prepare
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: cytopia/ansible:latest
steps: steps:
- name: Checkout Repo - name: Checkout Repo
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install Ansible
shell: bash
run: |
apt update -y
apt install software-properties-common -y
add-apt-repository --yes --update ppa:ansible/ansible
apt install ansible -y
- name: Deploy - name: Deploy
shell: bash shell: bash
run: | run: |