Skip to content

Commit

Permalink
Also run 'system' tags of ansible (will deploy admin users to all mac…
Browse files Browse the repository at this point in the history
…hines)
  • Loading branch information
DanVanAtta committed Jul 25, 2024
1 parent c7acb6c commit 03c3fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/configure-servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 03c3fd7

Please sign in to comment.