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 php occ maintenance:mode --off >/dev/null 2>&1 || true
fi fi
exit "${rc}"
} }
trap cleanup EXIT trap cleanup EXIT
@@ -1097,11 +1096,11 @@
- "{{ vm_user }}@{{ vm_ip }}" - "{{ vm_user }}@{{ vm_ip }}"
- >- - >-
{{ {{
('sudo -n bash -lc ' ~ ('sudo -n bash -c ' ~
(backup_script | quote)) (backup_script | quote))
if vm_use_sudo if vm_use_sudo
else else
('bash -lc ' ~ ('bash -c ' ~
(backup_script | quote)) (backup_script | quote))
}} }}
environment: environment: