mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix ansible_async_dir in the migration doc
This commit is contained in:
parent
3ef09496a3
commit
49ec681a73
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ Deprecated
|
||||||
command: sleep 5
|
command: sleep 5
|
||||||
async: 10
|
async: 10
|
||||||
vars:
|
vars:
|
||||||
ansible_aync_dir: /tmp/.ansible_async
|
ansible_async_dir: /tmp/.ansible_async
|
||||||
|
|
||||||
* Plugin writers who need a ``FactCache`` object should be aware of two deprecations:
|
* Plugin writers who need a ``FactCache`` object should be aware of two deprecations:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue