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

Commit dcba92d

Browse files
author
staticdev
committed
Remove unused vars
1 parent 29896f6 commit dcba92d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tasks/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
vars:
66
pyenv_owner: "{{ ansible_env.USER }}"
77
pyenv_path: "{{ ansible_env.HOME }}/pyenv"
8-
pyenv_global: "{{ pyenv_global }}"
9-
pyenv_python_versions: "{{ pyenv_python_versions }}"
10-
pyenv_virtualenvs: []
118
when: pyenv_python_versions
129

1310
- name: Ensure venv installed

0 commit comments

Comments
 (0)