make default strategy configurable (#18394)

This commit is contained in:
Gael Pasgrimaud
2016-11-15 21:36:53 +01:00
committed by Brian Coca
parent bd70397e24
commit f94100aa87
4 changed files with 17 additions and 1 deletions

View File

@@ -780,6 +780,15 @@ different locations::
Most users will not need to use this feature. See :doc:`developing_plugins` for more details
.. _cfg_strategy:
strategy
========
Strategy allow to change the default strategy used by Ansible::
strategy = free
.. _sudo_exe:
sudo_exe