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
|
- -o
|
||||||
- ConnectTimeout=15
|
- ConnectTimeout=15
|
||||||
- "{{ nextcloud_compose_controller_staging_file }}"
|
- "{{ nextcloud_compose_controller_staging_file }}"
|
||||||
- >-
|
- "{{ vm_user }}@{{ vm_ip }}:{{ nextcloud_compose_vm_staging_file }}"
|
||||||
{{ vm_user }}@{{ vm_ip }}:
|
|
||||||
{{ nextcloud_compose_vm_staging_file }}
|
|
||||||
environment:
|
environment:
|
||||||
SSHPASS: "{{ vm_password }}"
|
SSHPASS: "{{ vm_password }}"
|
||||||
register: nextcloud_compose_upload
|
register: nextcloud_compose_upload
|
||||||
changed_when: nextcloud_compose_upload.rc == 0
|
changed_when: nextcloud_compose_upload.rc == 0
|
||||||
no_log: true
|
no_log: false
|
||||||
|
|
||||||
- name: Nextcloud | Validate and install Compose file on VM
|
- name: Nextcloud | Validate and install Compose file on VM
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
|
|||||||
Reference in New Issue
Block a user