Skip to content

Commit 7f32abf

Browse files
committed
Stop using latest state for hvac
1 parent 3da6c09 commit 7f32abf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/kayobe/ansible/secret-store/vault-bao-migration-overcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
- name: Ensure Python hvac module is installed
2626
ansible.builtin.pip:
2727
name: hvac
28-
state: latest
28+
state: present
2929
extra_args: "{% if pip_upper_constraints_file %}-c {{ pip_upper_constraints_file }}{% endif %}"
3030
virtualenv: "{{ virtualenv is defined | ternary(virtualenv, omit) }}"
3131
become: "{{ virtualenv is not defined }}"

etc/kayobe/ansible/secret-store/vault-bao-migration-seed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
- name: Ensure Python hvac module is installed
2626
ansible.builtin.pip:
2727
name: hvac
28-
state: latest
28+
state: present
2929
extra_args: "{% if pip_upper_constraints_file %}-c {{ pip_upper_constraints_file }}{% endif %}"
3030
virtualenv: "{{ virtualenv is defined | ternary(virtualenv, omit) }}"
3131
become: "{{ virtualenv is not defined }}"

0 commit comments

Comments
 (0)