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

Commit a2a67f9

Browse files
authored
Merge pull request #56 from staticdev/enhancement/pyenv-version-220
Update pyenv version to 2.2.0
2 parents 1e8b827 + bcdf208 commit a2a67f9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Role Variables
3939

4040
Here is the list of all variables and their default values:
4141

42-
- `pyenv_global`: optional Python global version for pyenv (from `staticdev.pyenv`_)
42+
- `pyenv_global`: optional list of Python global versions for pyenv (from `staticdev.pyenv`_)
4343
- `pyenv_python_versions`: optional list of Python versions installed (from `staticdev.pyenv`_)
4444
- `install_pycharm`: `false`
4545
- `pycharm_flavor`: `community`. You can use also `professional` or `edu`
@@ -70,8 +70,9 @@ Example Playbook
7070
roles:
7171
- role: staticdev.python-developer
7272
vars:
73-
pyenv_global: "3.9.6"
74-
vscode_extensions:
73+
pyenv_global:
74+
- "3.9.6"
75+
pyenv_python_versions:
7576
- "3.9.6"
7677
- "3.8.11"
7778

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
roles:
33
- name: staticdev.pyenv
4-
version: 2.1.2
4+
version: 2.2.0
55
- name: gantsign.visual-studio-code
66
version: 6.6.0
77
when: "{{ install_vscode }}"

0 commit comments

Comments
 (0)