We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2998127 commit 2a5bc00Copy full SHA for 2a5bc00
1 file changed
.github/workflows/main.yml
@@ -38,6 +38,13 @@ jobs:
38
- name: Install galaxy roles.
39
run: ansible-galaxy install -r requirements.yml
40
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
+
48
- name: Run Molecule tests.
49
run: molecule test
50
env:
0 commit comments