Skip to content

Commit

Permalink
Fixes #37317 - Drop non-batch triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka committed Apr 4, 2024
1 parent 00f9d79 commit 28955d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/foreman_ansible/register.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
full_name: N_('Ansible roles to ignore')
setting 'foreman_ansible_proxy_batch_size',
type: :integer,
description: N_('Number of tasks which should be sent to the smart proxy in one request, '\
'if foreman_tasks_proxy_batch_trigger is enabled. '\
description: N_('Number of tasks which should be sent to the smart proxy in one request. '\
'If set, overrides foreman_tasks_proxy_batch_size setting for Ansible jobs.'),
default: nil,
full_name: N_('Proxy tasks batch size for Ansible')
Expand Down

0 comments on commit 28955d0

Please sign in to comment.