fix: standardize comments formatting in Nextcloud update playbook

This commit is contained in:
martin.fencl
2026-08-17 11:33:10 +02:00
parent 8f86d00351
commit c20991d13d
+2 -3
View File
@@ -275,7 +275,6 @@
php occ maintenance:mode --off >/dev/null 2>&1 || true
fi
exit "${rc}"
}
trap cleanup EXIT
@@ -1097,11 +1096,11 @@
- "{{ vm_user }}@{{ vm_ip }}"
- >-
{{
('sudo -n bash -lc ' ~
('sudo -n bash -c ' ~
(backup_script | quote))
if vm_use_sudo
else
('bash -lc ' ~
('bash -c ' ~
(backup_script | quote))
}}
environment: