We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976a292 commit 467b7adCopy full SHA for 467b7ad
etc/kayobe/ansible/vault-deploy-seed.yml
@@ -16,9 +16,11 @@
16
- not ansible_python_interpreter.startswith('/bin/')
17
- not ansible_python_interpreter.startswith('/usr/bin/')
18
19
- - name: Ensure Python hvac module is installed
+ - name: Ensure Python PyYAML and hvac modules are installed
20
pip:
21
- name: hvac
+ name:
22
+ - PyYAML
23
+ - hvac
24
state: latest
25
extra_args: "{% if pip_upper_constraints_file %}-c {{ pip_upper_constraints_file }}{% endif %}"
26
virtualenv: "{{ virtualenv is defined | ternary(virtualenv, omit) }}"
0 commit comments