Skip to content

Commit

Permalink
Merge pull request #682 from pneerincx/fix/disable_use_ssh_args
Browse files Browse the repository at this point in the history
Temporarily disabled "use_ssh_args: true".
  • Loading branch information
scimerman authored Nov 23, 2022
2 parents bb40252 + 78268c0 commit 62d8224
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 62d8224

Please sign in to comment.