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

Commit 02c4a99

Browse files
committed
Fix poetry idempotence
1 parent c14cc26 commit 02c4a99

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
@@ -49,7 +49,7 @@
4949
when: cookiecutter_folder_check is failed
5050

5151
- name: Check if poetry is installed
52-
command: "{{ ansible_env.HOME }}/.poetry/bin/poetry"
52+
command: "{{ ansible_env.HOME }}/.local/bin/poetry"
5353
register: poetry_cmd
5454
changed_when: false
5555
ignore_errors: true

0 commit comments

Comments
 (0)