mirror of https://github.com/ansible/ansible
Fix ansible-test remote aliases for new-style args (#86844)
* Always include `name` when applying remote config defaults for Posix/Windows.pull/86851/head
parent
c3ea1f9a8f
commit
00b1f27d9c
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- ansible-test remote alias - Alias values for ``--controller`` and ``--target`` are properly resolved for ``remote``.
|
||||
Previously, remote alias values (e.g. ``fedora/latest``) resolved to the correct name only for the legacy ``--remote`` arg, failing with an unknown image error for the newer args.
|
||||
Loading…
Reference in new issue