Skip to content

Commit

Permalink
Temporarily disabled "use_ssh_args: true" in roles/online_docs/tasks/…
Browse files Browse the repository at this point in the history
…main.yml, because it is causing issues with the latest Mitogen version and we can run playbooks successfully without it.
  • Loading branch information
pneerincx committed Nov 23, 2022
1 parent bb40252 commit 78268c0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions roles/online_docs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 78268c0

Please sign in to comment.