src.nth.io/

summaryrefslogtreecommitdiff
path: root/scrypted/tasks/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'scrypted/tasks/main.yaml')
-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"