Skip to content

Commit 0019d8d

Browse files
committed
Add PyYAML as dependency for HashiCorp Vault ops
Needs installing in the Seed Node virtualenv.
1 parent 3f9771f commit 0019d8d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

etc/kayobe/ansible/vault-seed-deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@
2727
- not ansible_python_interpreter.startswith('/bin/')
2828
- not ansible_python_interpreter.startswith('/usr/bin/')
2929

30-
- name: Ensure Python hvac module is installed
30+
- name: Ensure Python PyYAML and hvac modules are installed
3131
pip:
32-
name: hvac
32+
name:
33+
- PyYAML
34+
- hvac
3335
state: latest
3436
virtualenv: "{{ virtualenv is defined | ternary(virtualenv, omit) }}"
3537
become: "{{ virtualenv is not defined }}"

0 commit comments

Comments
 (0)