mirror of https://github.com/ansible/ansible.git
ansible-test - Fix option filtering (#85182)
parent
1e64707592
commit
feda0a5c6e
@ -0,0 +1,5 @@
|
||||
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)
|
||||
Loading…
Reference in New Issue