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

Commit 02da920

Browse files
author
Thiago
authored
Fix poetry check
1 parent a80c221 commit 02da920

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
@@ -47,7 +47,7 @@
4747
when: cookiecutter_folder_check is failed
4848

4949
- name: Check if poetry is installed
50-
command: poetry
50+
command: "{{ ansible_env.HOME }}/.poetry/bin/poetry"
5151
register: poetry_cmd
5252
changed_when: false
5353
ignore_errors: true

0 commit comments

Comments
 (0)