From c7acb6c4f21135c004318af6c721cfe38f6184fe Mon Sep 17 00:00:00 2001 From: DanVanAtta Date: Thu, 25 Jul 2024 15:07:47 -0700 Subject: [PATCH] Update CI to do a live update of bots --- .github/workflows/configure-servers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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