Skip to content

Commit 467b7ad

Browse files
oneswigpriteau
authored andcommitted
Add PyYAML as dependency for HashiCorp Vault ops
Needs installing in the Seed Node virtualenv.
1 parent 976a292 commit 467b7ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@
1616
- not ansible_python_interpreter.startswith('/bin/')
1717
- not ansible_python_interpreter.startswith('/usr/bin/')
1818

19-
- name: Ensure Python hvac module is installed
19+
- name: Ensure Python PyYAML and hvac modules are installed
2020
pip:
21-
name: hvac
21+
name:
22+
- PyYAML
23+
- hvac
2224
state: latest
2325
extra_args: "{% if pip_upper_constraints_file %}-c {{ pip_upper_constraints_file }}{% endif %}"
2426
virtualenv: "{{ virtualenv is defined | ternary(virtualenv, omit) }}"

0 commit comments

Comments
 (0)