From e8b8c7f689e70fcd02a0504ccb3cf07e5e79abcc Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 10 Jan 2026 00:39:22 -0500 Subject: [PATCH] use ansible container image --- .gitea/workflows/deploy.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f15552f..2753cba 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,20 +9,14 @@ jobs: deploy: name: Prepare runs-on: ubuntu-latest + container: + image: cytopia/ansible:latest steps: - name: Checkout Repo uses: actions/checkout@v4 with: 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 shell: bash run: |