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

Commit a6570ee

Browse files
authored
Merge pull request #243 from staticdev/bugfix/remove-deprecated-poetry-installer
Fix poetry installer url
2 parents d2b8ef0 + abb20da commit a6570ee

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
@@ -59,7 +59,7 @@
5959

6060
- name: Download poetry installer
6161
ansible.builtin.get_url:
62-
url: https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py
62+
url: https://install.python-poetry.org
6363
dest: "{{ ansible_env.HOME }}/install-poetry.py"
6464
mode: "0400"
6565
timeout: 20

0 commit comments

Comments
 (0)