From 3a2867e9c70c3370ac569fa1c817e56ce11a01f8 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 6 Mar 2023 10:22:59 +0100 Subject: [PATCH] added nextcloud-cron.sls --- podman/nextcloud-cron.sls | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 podman/nextcloud-cron.sls diff --git a/podman/nextcloud-cron.sls b/podman/nextcloud-cron.sls new file mode 100644 index 0000000..d33ccf0 --- /dev/null +++ b/podman/nextcloud-cron.sls @@ -0,0 +1,4 @@ +{% from 'lib.sls' import container_deploy with context %} + +{{ container_deploy('nextcloud-cron') }} +