-
- What is the nature and description of the request?
Need for operations teams to first run playbooks in check mode to verify only the changes they expect to be changing.
- What is the nature and description of the request?
-
- Why does the customer need this? (List the business requirements here)
Currently an error message is displayed when running async tasks when check mode is enabled.
- Why does the customer need this? (List the business requirements here)
"msg": "check mode and async cannot be used on same task."
-
- How would you like to achieve this? (List the functional requirements here)
- Simulated Execution of Asynchronous Tasks in Check Mode
- Reporting of Potential Changes
another possibility would be to simply skip tasks running in async mode when check is enabled and display a message along the lines "Async Task ignored due to incompatibility with check mode
List any affected known dependencies: Doc, UI etc..
ansible-core
-
- Github Link if any
N/A