diff --git a/nextcloud/update_nextcloud_v2.yml b/nextcloud/update_nextcloud_v2.yml index 83bcb9f..b7417cf 100644 --- a/nextcloud/update_nextcloud_v2.yml +++ b/nextcloud/update_nextcloud_v2.yml @@ -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: