diff options
author | 2024-04-14 21:30:43 +0200 | |
---|---|---|
committer | 2024-04-15 15:01:37 +0200 | |
commit | 3516f01759dd9136069dc81cdd01cfba2ca7eb00 (patch) | |
tree | 5f27a66ed9501baeb79d065ac603b2024ec929ba /.github | |
parent | Update vars to have the role name as a prefix (diff) |
Use Ansible Vault for storing users
Closes #211.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint-ansible.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/lint-ansible.yaml b/.github/workflows/lint-ansible.yaml index 5359008..217967b 100644 --- a/.github/workflows/lint-ansible.yaml +++ b/.github/workflows/lint-ansible.yaml @@ -22,7 +22,6 @@ jobs: run: | cd ansible echo "$VAULT_PASSWORD" > vault_passwords - grep -R GITCRYPT --files-with-matches . | xargs rm ansible-lint --offline env: VAULT_PASSWORD: "${{ secrets.vault-password }}" |