diff --git a/.github/workflows/configure-servers.yml b/.github/workflows/configure-servers.yml index badf9ae..aa4ef66 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 APPLY=1 ./run.sh --limit bots + ANSIBLE_REMOTE_USER=ansible APPLY=1 ./run.sh --limit bots && ANSIBLE_REMOTE_USER=ansible APPLY=1 ./run.sh --tags system