You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/async-task-check-mode.yml

5 lines
187 B
YAML

bugfixes:
- >-
async - Fix bug that stopped running async task in ``--check`` when ``check_mode: False`` was set as a task attribute
- https://github.com/ansible/ansible/issues/82811