Skip to content

Commit 2a5bc00

Browse files
committed
workaround for vault_identity_list (just use dev vault-id and nothing else)
1 parent 2998127 commit 2a5bc00

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ jobs:
3838
- name: Install galaxy roles.
3939
run: ansible-galaxy install -r requirements.yml
4040

41+
- name: (Workaround) Remove all identities except of dev from vault_identity_list.
42+
uses: jacobtomlinson/gha-find-replace@master
43+
with:
44+
find: "vault_identity_list.*"
45+
replace: "vault_identity_list = dev@.vault-pass.dev"
46+
include: "ansible.cfg"
47+
4148
- name: Run Molecule tests.
4249
run: molecule test
4350
env:

0 commit comments

Comments
 (0)