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: |