src.nth.io/

summaryrefslogtreecommitdiff
path: root/scrypted/tasks
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-03-23 23:32:24 -0500
committerLuke Hoersten <[email protected]>2026-03-23 23:32:24 -0500
commitd482d32ffaf14b7325b3bd8534e5e8b3b75d37fb (patch)
treeb89e9905960a702267775efaab3178eff97c0c56 /scrypted/tasks
parent1859f62813f0c586ea49f912944fb25efd60520f (diff)
More fxies
Diffstat (limited to 'scrypted/tasks')
-rw-r--r--scrypted/tasks/main.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/scrypted/tasks/main.yaml b/scrypted/tasks/main.yaml
index 9ddae41..b8b33b0 100644
--- a/scrypted/tasks/main.yaml
+++ b/scrypted/tasks/main.yaml
@@ -40,6 +40,10 @@
group: "scrypted"
mode: "0600"
+- name: ensure docker is started
+ become: yes
+ systemd: name="docker.service" enabled="yes" state="started"
+
- name: docker compose pull
become: yes
become_user: "scrypted"