mirror of https://github.com/ansible/ansible.git
async support check mode (#82901)
Allow async tasks to run in check mode Add check_mode support to async_status Add tests, also for 'hidden' async mode in gather_facts/parallelpull/82917/head
parent
b639bd1fd4
commit
fde206499d
@ -0,0 +1,3 @@
|
||||
minor_changes:
|
||||
- async tasks can now also support check mode at the same time.
|
||||
- async_status now supports check mode.
|
Loading…
Reference in New Issue