-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
--- | ||
- name: Install newer python to ensure compatibility with poetry | ||
include_role: | ||
name: system_python | ||
|
||
- name: Install poetry system-wide | ||
when: poetry_system_wide | ||
include_tasks: system_wide.yml | ||
|
||
- name: Install poetry per user through runonce.d | ||
when: poetry_per_user | ||
copy: | ||
src: 10-poetry.sh | ||
dest: /etc/runonce.d | ||
template: | ||
src: 10-poetry.sh.j2 | ||
dest: /etc/runonce.d/10-poetry.sh | ||
mode: "0755" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters