You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/plugins
Sam Doran a2239d8819
[stable-2.11] task_executor - use correct value for ssh connection retries (#75155) (#75191)
Since the task and connection both have the same 'retries' keyword, the task default
would override the connection value.

Do not pass 'retries' from the task to the connection options.

* Set ssh_connection retries default value back to 0
  It was 0 before the move to config and was changed to 3 by accident.
(cherry picked from commit a8de35e131)

Co-authored-by: Sam Doran <sdoran@redhat.com>
3 years ago
..
action [2.11] Fix using module-specific module_defaults in action plugins (#74849) 3 years ago
become Migrated to community.general 5 years ago
cache Make cache adjudicator's flush call plugin flush (#70987) 4 years ago
callback Nuke _get_item() from callback, deprecated 2.11 (#70233) 4 years ago
connection [stable-2.11] task_executor - use correct value for ssh connection retries (#75155) (#75191) 3 years ago
filter Revert "Add duplicated set filter and documentation (#72729)" (#74053) 4 years ago
inventory Add a toggle for the leading separator for keyed_groups (#60882) 4 years ago
loader_fixtures Clean up unit test boilerplate. 4 years ago
lookup url lookup - set default user agent (#72324) 4 years ago
shell powershell - fix nested CLIXML parser (#71412) 4 years ago
strategy Temporarily disable strategy units (#74048) 4 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_plugins.py plugin loader: return collection name; ansible-doc: handle ansible.builtin correctly (#70026) 4 years ago