Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 4436632

Browse files
author
staticdev
committed
Update default pyenv versions
1 parent f9ec9b3 commit 4436632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
pyenv_owner: "{{ ansible_env.USER }}"
1313
pyenv_path: "{{ ansible_env.HOME }}/pyenv"
1414
pyenv_global: "{{ pyenv_global }}"
15-
pyenv_python_versions: "{{ pyenv_python_versions }}"
15+
pyenv_python_versions: "{{ pyenv_python_versions | default(omit) }}"
1616
pyenv_virtualenvs: []
1717

1818
- name: Check if pipx is installed

0 commit comments

Comments
 (0)