Skip to content

Commit

Permalink
Dont limit
Browse files Browse the repository at this point in the history
  • Loading branch information
gkranis committed Apr 12, 2023
1 parent dab197e commit 1d608b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/kitchen/provisioner/ansible_push.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@ def options
options << "--start-at-task=#{conf[:start_at_task]}" if conf[:start_at_task]
options << "--inventory-file=#{conf[:generate_inv_path]}" if conf[:generate_inv]
options << verbosity_argument.to_s if conf[:verbose]
# By default we limit by the current machine,
options << if conf[:limit]
"--limit=#{as_list_argument(conf[:limit])}"
else
"--limit=#{machine_name}"
end
options << "--timeout=#{conf[:timeout]}" if conf[:timeout]
options << "--force-handlers=#{conf[:force_handlers]}" if conf[:force_handlers]
options << "--step=#{conf[:step]}" if conf[:step]
Expand Down

0 comments on commit 1d608b4

Please sign in to comment.