feat: add alpine support for alpine

This commit is contained in:
Simon Cornet 2025-11-10 15:03:19 +01:00
commit 613bced17f
3 changed files with 10 additions and 3 deletions

View file

@ -21,5 +21,5 @@
owner: "root"
group: "root"
mode: "0600"
when: "ansible_os_family == 'Alpine'"
when: 'ansible_os_family == "Alpine"'
tags: "cron"