Files
ansible/changelogs/fragments/ansible-test-delegation-options.yml
T
2025-06-03 15:49:22 -07:00

6 lines
349 B
YAML

bugfixes:
- ansible-test - Fix incorrect handling of options with optional args (e.g. ``--color``),
when followed by other options which are omitted during arg filtering (e.g. ``--docker``).
Previously it was possible for non-option arguments to be incorrectly omitted in these cases.
(https://github.com/ansible/ansible/issues/85173)