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

Commit c2b1d87

Browse files
authored
Merge pull request #290 from staticdev/docs/remove-pyenv-vars
Remove pyenv vars from docs
2 parents 47e7cc6 + 2c7660e commit c2b1d87

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,7 @@ Note: for a playbook that installs IDEs, try [Linux workstation playbook].
2222

2323
## Requirements
2424

25-
- [pyenv]
26-
27-
## Role Variables
28-
29-
Here is the list of all variables and their default values:
30-
31-
- `pyenv_global`: optional list of Python global versions for pyenv (from [staticdev.pyenv])
32-
- `pyenv_python_versions`: optional list of Python versions installed (from [staticdev.pyenv])
25+
- [pyenv] (can be installed with [staticdev.pyenv])
3326

3427
## Example Playbook
3528

@@ -50,12 +43,6 @@ Here are some common usages of this role.
5043
roles:
5144
- role: staticdev.pyenv
5245
- role: staticdev.python-developer
53-
vars:
54-
pyenv_global:
55-
- "3.12.0"
56-
pyenv_python_versions:
57-
- "3.12.0"
58-
- "3.11.4"
5946
```
6047
6148
## License

0 commit comments

Comments
 (0)