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

Commit acd4eb8

Browse files
author
staticdev
committed
Updated task order
1 parent aaf7546 commit acd4eb8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tasks/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
---
2-
- name: Ensure venv installed
3-
package:
4-
name: python3-venv
5-
state: present
6-
become: true
7-
82
- name: Install pyenv
93
include_role:
104
name: staticdev.pyenv
@@ -15,6 +9,12 @@
159
pyenv_python_versions: "{{ pyenv_python_versions | default(omit, true) }}"
1610
pyenv_virtualenvs: []
1711

12+
- name: Ensure venv installed
13+
package:
14+
name: python3-venv
15+
state: present
16+
become: true
17+
1818
- name: Check if pipx is installed
1919
command: "{{ ansible_env.HOME }}/.local/bin/pipx --version"
2020
register: pipx_version_cmd

0 commit comments

Comments
 (0)