mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
make default strategy configurable (#18394)
This commit is contained in:
parent
bd70397e24
commit
f94100aa87
4 changed files with 17 additions and 1 deletions
|
@ -182,6 +182,11 @@
|
|||
#test_plugins = /usr/share/ansible/plugins/test
|
||||
#strategy_plugins = /usr/share/ansible/plugins/strategy
|
||||
|
||||
|
||||
# by default, ansible will use the 'linear' strategy but you may want to try
|
||||
# another one
|
||||
#strategy = free
|
||||
|
||||
# by default callbacks are not loaded for /bin/ansible, enable this if you
|
||||
# want, for example, a notification or logging callback to also apply to
|
||||
# /bin/ansible runs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue