quotation

This commit is contained in:
2025-05-07 16:41:02 +02:00
parent 23e8b5752f
commit b63d403151

View File

@@ -54,7 +54,7 @@
become_user: root
cron:
name: "generate SSH key on reboot, if missing"
job: "KEYS=(/etc/ssh/ssh_host_*_key); (( ${#KEYS[@]} )) || ( ssh-keygen -A && systemctl restart {{ ssh_service }} )"
job: 'KEYS=(/etc/ssh/ssh_host_*_key); (( ${#KEYS[@]} )) || ( ssh-keygen -A && systemctl restart {{ ssh_service }} )'
state: present
special_time: reboot