diff --git a/.github/workflows/configure-servers.yml b/.github/workflows/configure-servers.yml index a21962d..badf9ae 100644 --- a/.github/workflows/configure-servers.yml +++ b/.github/workflows/configure-servers.yml @@ -16,4 +16,4 @@ jobs: - name: run ansible if: ${{ env.IS_MASTER_BUILD }} run: | - ANSIBLE_REMOTE_USER=ansible ./run.sh + ANSIBLE_REMOTE_USER=ansible APPLY=1 ./run.sh --limit bots