Skip to content

Commit

Permalink
x21
Browse files Browse the repository at this point in the history
  • Loading branch information
ljocha committed Apr 8, 2024
1 parent 17eceac commit 3874472
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/deploy-common/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ runs:
- name: Install requirements
shell: bash
run: ansible-galaxy install -p roles -r requirements.yml
- name: Vault password shell: bash

- name: Vault password shell: bash
run: echo "::add-mask::${{ inputs.VAULT_PASSWORD }}" >.vault-password.txt

- name: Hosts file
Expand Down

0 comments on commit 3874472

Please sign in to comment.