fix: update SSH command for Nextcloud Compose file upload to improve readability and enable logging

This commit is contained in:
martin.fencl
2026-08-06 20:54:54 +02:00
parent 1fe95f10f6
commit 64ef2f839a
+2 -4
View File
@@ -677,14 +677,12 @@
- -o
- ConnectTimeout=15
- "{{ nextcloud_compose_controller_staging_file }}"
- >-
{{ vm_user }}@{{ vm_ip }}:
{{ nextcloud_compose_vm_staging_file }}
- "{{ vm_user }}@{{ vm_ip }}:{{ nextcloud_compose_vm_staging_file }}"
environment:
SSHPASS: "{{ vm_password }}"
register: nextcloud_compose_upload
changed_when: nextcloud_compose_upload.rc == 0
no_log: true
no_log: false
- name: Nextcloud | Validate and install Compose file on VM
ansible.builtin.command: