From 5a677725003444d5fc02e4f754392bafaecbde2f Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 21 Jul 2026 13:23:15 +0200 Subject: Add missing crond dependency for alpine --- roles/backup/meta/main.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'roles/backup') diff --git a/roles/backup/meta/main.yml b/roles/backup/meta/main.yml index 26db6058..30ba5818 100644 --- a/roles/backup/meta/main.yml +++ b/roles/backup/meta/main.yml @@ -2,6 +2,10 @@ dependencies: - role: "bash" - role: "restic" + - role: "systemd" + when: ansible_facts['service_mgr'] == "systemd" + - role: "busybox-openrc" + when: ansible_facts['service_mgr'] == "openrc" galaxy_info: author: "a14m" description: "Backup a directory to S3 using restic" -- cgit v1.2.3