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

Commit dd0f96b

Browse files
author
staticdev
committed
Change default value syntax
1 parent 1d67161 commit dd0f96b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
install_pycharm: false
33
pycharm_flavor: pycharm-community
44
install_vscode: false
5+
pyenv_python_versions: []

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 | default([]) }}"
15+
pyenv_python_versions: "{{ pyenv_python_versions }}"
1616
pyenv_virtualenvs: []
1717

1818
- name: Check if pipx is installed

0 commit comments

Comments
 (0)