mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-20 15:51:05 +00:00
This change will map the remote_user prop to connection_user if it is not aleady set. It also adds a var mapping to ansible_connection_user in the inventory to override the local user if needed. This is primarily used by the network_cli connection plugin today. fixes #26120