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

Commit 11849e3

Browse files
author
staticdev
committed
Change role condition
1 parent 5578bf6 commit 11849e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
pyenv_global: "{{ pyenv_global }}"
99
pyenv_python_versions: "{{ pyenv_python_versions }}"
1010
pyenv_virtualenvs: []
11-
when: pyenv_python_versions is defined
11+
when: pyenv_python_versions
1212

1313
- name: Ensure venv installed
1414
package:

0 commit comments

Comments
 (0)