src.nth.io/

summaryrefslogtreecommitdiff
path: root/octoprint/tasks
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2024-10-07 15:25:37 -0500
committerLuke Hoersten <[email protected]>2024-10-07 15:25:37 -0500
commit27739609362360b2bf533f5a59106ce52c8d4b9f (patch)
treef42d1f682ae64078204066235abbd129ec950441 /octoprint/tasks
parent874be10f6646a66cd0e994963b2746ad48f5b73e (diff)
Lots of updates and fixes for Ubuntu 24.04 Noble.
Diffstat (limited to 'octoprint/tasks')
-rw-r--r--octoprint/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/octoprint/tasks/main.yaml b/octoprint/tasks/main.yaml
index debed3c..722b120 100644
--- a/octoprint/tasks/main.yaml
+++ b/octoprint/tasks/main.yaml
@@ -6,7 +6,7 @@
- name: pip install octoprint
become: yes
- pip: name="octoprint" executable="pip3"
+ pip: name="octoprint" executable="pip3" break_system_packages="true"
notify: restart octoprint
- name: install octoprint systemd service