Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
ansible_python_interpreter: '{{ virtualenv_interpreter }}'

tasks:
# No explicit `virtualenv:` param is necessary with the following pip tasks.
# prepare.yml creates the venv and ansible_python_interpreter sets it.
- pip:
name: kubernetes-validate==1.34.1

Expand All @@ -73,9 +75,6 @@
- pip:
name: kubernetes-validate
state: absent
virtualenv: "{{ virtualenv }}"
virtualenv_command: "{{ virtualenv_command }}"
virtualenv_site_packages: no

- import_tasks: tasks/validate_not_installed.yml

Expand Down