From 78268c0272fda5fa45d6d1eb30439a670a2701fc Mon Sep 17 00:00:00 2001 From: Pieter Neerincx Date: Wed, 23 Nov 2022 14:52:19 +0100 Subject: [PATCH] Temporarily disabled "use_ssh_args: true" in roles/online_docs/tasks/main.yml, because it is causing issues with the latest Mitogen version and we can run playbooks successfully without it. --- roles/online_docs/tasks/main.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/roles/online_docs/tasks/main.yml b/roles/online_docs/tasks/main.yml index e1a000326..48ccc84bc 100644 --- a/roles/online_docs/tasks/main.yml +++ b/roles/online_docs/tasks/main.yml @@ -245,7 +245,8 @@ dest: "/var/www/html/" owner: 'no' group: 'no' - use_ssh_args: true + # Temporarily disabled as it is broken in Mitogen 0.3.3. Fix is already merged and will be in next Mitogen version. + # use_ssh_args: true ssh_connection_multiplexing: true rsync_opts: # --omit-dir-times Is required to prevent "sync error: some files/attrs were not transferred" @@ -290,7 +291,8 @@ dest: "/srv/mkdocs/{{ slurm_cluster_name }}/docs/" owner: 'no' group: 'no' - use_ssh_args: true + # Temporarily disabled as it is broken in Mitogen 0.3.3. Fix is already merged and will be in next Mitogen version. + # use_ssh_args: true ssh_connection_multiplexing: true rsync_opts: # --omit-dir-times Is required to prevent "sync error: some files/attrs were not transferred" @@ -328,7 +330,8 @@ dest: "/srv/mkdocs/{{ slurm_cluster_name }}/tmp/{{ item.dest }}" owner: 'no' group: 'no' - use_ssh_args: true + # Temporarily disabled as it is broken in Mitogen 0.3.3. Fix is already merged and will be in next Mitogen version. + # use_ssh_args: true ssh_connection_multiplexing: true recursive: 'yes' rsync_opts: