mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Documented use of ANSIBLE_STRATEGY variable (#32973)
Change-Id: I4a14520c14a9d93f06b235eb79720fc674e20cb5
This commit is contained in:
parent
633119df75
commit
33ce1e1886
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ To use the ``debug`` strategy, change the ``strategy`` attribute like this::
|
|||
tasks:
|
||||
...
|
||||
|
||||
If you don't want change the code, you can define ``ANSIBLE_STRATEGY=debug``
|
||||
environment variable in order to enable the debugger.
|
||||
|
||||
For example, run the playbook below::
|
||||
|
||||
- hosts: test
|
||||
|
|
Loading…
Reference in a new issue