Skip to content

Commit

Permalink
Refs #37803 - Remove ProxyCommand option from Ansible options
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlazik1 authored Nov 21, 2024
1 parent df21c68 commit 349e482
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 349e482

Please sign in to comment.