diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 95d6534a..e2b2f739 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -965,8 +965,7 @@ jobs: - name: Install Ansible run: | - sudo apt-get update - sudo apt-get install -y ansible python3-pip + apk add --no-cache python3 py3-pip pip3 install --user ansible-core docker - name: Create Ansible Vault password file @@ -1120,8 +1119,7 @@ jobs: - name: Install Ansible run: | - sudo apt-get update - sudo apt-get install -y ansible python3-pip + apk add --no-cache python3 py3-pip pip3 install --user ansible-core docker - name: Create Ansible Vault password file diff --git a/.gitea/workflows/manual-deploy.yml b/.gitea/workflows/manual-deploy.yml index 4c0443d8..183e0b97 100644 --- a/.gitea/workflows/manual-deploy.yml +++ b/.gitea/workflows/manual-deploy.yml @@ -114,8 +114,7 @@ jobs: - name: Install Ansible run: | - sudo apt-get update - sudo apt-get install -y ansible python3-pip + apk add --no-cache python3 py3-pip pip3 install --user ansible-core docker - name: Create Ansible Vault password file @@ -239,8 +238,7 @@ jobs: - name: Install Ansible run: | - sudo apt-get update - sudo apt-get install -y ansible python3-pip + apk add --no-cache python3 py3-pip pip3 install --user ansible-core docker - name: Create Ansible Vault password file