From 62c23055e98fb345eebb47d28b9151ab831dfa33 Mon Sep 17 00:00:00 2001 From: Hayato Date: Sun, 3 Nov 2024 22:33:18 +0900 Subject: [PATCH] Test --- .github/workflows/develop_branch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop_branch.yml b/.github/workflows/develop_branch.yml index fb9e347..a831330 100644 --- a/.github/workflows/develop_branch.yml +++ b/.github/workflows/develop_branch.yml @@ -75,7 +75,7 @@ jobs: container: image: ghcr.io/ansible/community-ansible-dev-tools:latest volumes: - - /home/runner/ansible-vault:/tmp:ro + - /home/runner/ansible-vault:/valut:ro - /home/runner/.ssh:/root/.ssh:ro steps: - name: Checkout @@ -97,6 +97,6 @@ jobs: -i inventories \ -C \ --ssh-extra-args='-o StrictHostKeyChecking=no' \ - --vault-password-file /tmp/${{ secrets.VAULT_PASSWORD_FILE }} \ + --vault-password-file /valut/${{ secrets.VAULT_PASSWORD_FILE }} \ --extra-vars "ansible_sudo_pass=${{ secrets.SUDO }}" \ ${{ matrix.vm }}.yml