fix: update SSH command for Nextcloud Compose file upload to improve readability and enable logging
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user