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

Commit 0706cd6

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #9 from staticdev/pip-install-pipx
Change installation of pipx and pre-commit
2 parents 1afe4c5 + 92199a4 commit 0706cd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tasks/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
pyenv_virtualenvs: []
1616

1717
- name: Ensure pre-commit and pipx are installed
18-
package:
18+
pip:
1919
state: present
2020
name:
2121
- pre-commit
2222
- pipx
23-
become: true
2423

2524
- name: Check if cookiecutter is installed
2625
command: cookiecutter --version

0 commit comments

Comments
 (0)