This repository was archived by the owner on May 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Here is the list of all variables and their default values:
26
26
- ` pyenv_env: "user" ` (should be either ` "user" ` or ` "system" ` )
27
27
- ` pyenv_path: "{% if pyenv_env == 'user' %}{{ ansible_env.HOME }}/pyenv{% else %}/usr/local/pyenv{% endif %}" `
28
28
- ` pyenvrc_path: "{{ pyenv_path }}" `
29
- - ` pyenv_owner: "{{ ansible_env.USER }}" `
29
+ - ` pyenv_owner: "{{ ansible_facts.user_id }}" `
30
30
- ` pyenv_owner_group: "{{ pyenv_owner }}" `
31
31
- ` pyenv_python_versions: [3.11.4] `
32
32
- ` pyenv_virtualenvs: [{ venv_name: latest, py_version: 3.11.4 }] `
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pyenv_update_version: "HEAD"
6
6
pyenv_env : " user"
7
7
pyenv_path : " {% if pyenv_env == 'user' %}{{ ansible_env.HOME }}/pyenv{% else %}/usr/local/pyenv{% endif %}"
8
8
pyenvrc_path : " {{ pyenv_path }}"
9
- pyenv_owner : " {{ ansible_env.USER }}"
9
+ pyenv_owner : " {{ ansible_facts.user_id }}"
10
10
pyenv_owner_group : " {{ pyenv_owner }}"
11
11
pyenv_shellrc_file : " {% if pyenv_env == 'user' %}~/.bashrc{% else %}/etc/profile.d/pyenv.sh{% endif %}"
12
12
pyenv_update_git_install : true
You can’t perform that action at this time.
0 commit comments