From 5558da729147183b2b8132d55a4eb1efffe7a2f8 Mon Sep 17 00:00:00 2001 From: Andrea V <1577639+karimodm@users.noreply.github.com> Date: Thu, 2 Nov 2023 15:09:28 +0100 Subject: [PATCH] ansible-playbook is not available on self-hosted actions runner --- .github/workflows/feature-network-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature-network-deploy.yml b/.github/workflows/feature-network-deploy.yml index 42bce3b5d..812411683 100644 --- a/.github/workflows/feature-network-deploy.yml +++ b/.github/workflows/feature-network-deploy.yml @@ -13,7 +13,7 @@ on: jobs: deploy: environment: feature - runs-on: self-hosted + runs-on: ubuntu-latest env: DOCKER_BUILDKIT: 1 steps: