Skip to content

Commit

Permalink
remove connect-timeout from docker_exp
Browse files Browse the repository at this point in the history
Unknown option 'connect-timeout' at 'groups.0.targets.0.config.docker' at spec/fixtures/litmus_inventory.yaml. [ID: unknown_option]
  • Loading branch information
h0tw1r3 committed Feb 18, 2024
1 parent 1c32bf6 commit 986180d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/docker_exp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def provision(docker_platform, inventory_location, vars)
'transport' => 'docker',
'docker' => {
'shell-command' => @shell_command,
'connect-timeout' => 120
}
},
'facts' => {
Expand Down

0 comments on commit 986180d

Please sign in to comment.