From 7cfe488e81594e259c24771d6f6e0afa6b04528d Mon Sep 17 00:00:00 2001 From: DanVanAtta Date: Thu, 25 Jul 2024 15:06:53 -0700 Subject: [PATCH] CI: Specify 'ansible' as the SSH user --- .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 653e415..a21962d 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: | - ./run.sh + ANSIBLE_REMOTE_USER=ansible ./run.sh