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

Commit 92199a4

Browse files
author
staticdev
committed
Change installation of pipx and pre-commit
1 parent 1afe4c5 commit 92199a4

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)