Ensure cron is installed #282 (#310)

This commit is contained in:
Christian Hagenest
2024-05-27 14:04:40 +02:00
committed by GitHub
parent 4f28476c47
commit 777a7addd2

View File

@@ -645,3 +645,9 @@ def deploy_chatmail(config_path: Path) -> None:
restarted=journald_conf.changed,
)
apt.packages(
name="Ensure cron is installed",
packages=["cron"],
)