Skip to content

Commit

Permalink
Refs #37803 - Remove ProxyCommand option from Ansible options
Browse files Browse the repository at this point in the history
Relates to theforeman/puppet-foreman_proxy#845

(cherry picked from commit 349e482)
  • Loading branch information
adamlazik1 authored and ekohl committed Nov 21, 2024
1 parent e95dd4d commit dbe1553
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if answers['foreman_proxy::plugin::ansible'].is_a?(Hash) && answers['foreman_proxy::plugin::ansible']['ssh_args'] == '-o ProxyCommand=none -C -o ControlMaster=auto -o ControlPersist=60s'
answers['foreman_proxy::plugin::ansible']['ssh_args'] = '-C -o ControlMaster=auto -o ControlPersist=60s'
end

0 comments on commit dbe1553

Please sign in to comment.