ansible_mitogen: Handle templated ansible_ssh_user.

pull/1147/head
Joshua M. Keyes 2 months ago
parent 45ab5344d5
commit 6053e1b5cf

@ -434,7 +434,7 @@ class PlayContextSpec(Spec):
return self._play_context.remote_addr return self._play_context.remote_addr
def remote_user(self): def remote_user(self):
return self._play_context.remote_user return self._connection_option('remote_user')
def become(self): def become(self):
return self._play_context.become return self._play_context.become

@ -23,6 +23,8 @@ In Progress (unreleased)
* :gh:issue:`1138` CI: Complete migration from Azure DevOps Pipelines to * :gh:issue:`1138` CI: Complete migration from Azure DevOps Pipelines to
GitHub Actions GitHub Actions
* :gh:issue:`1116` :mod: `ansible_mitogen`: Support for templated variable
`ansible_ssh_user`.
v0.3.11 (2024-10-07) v0.3.11 (2024-10-07)

@ -127,6 +127,7 @@ sponsorship and outstanding future-thinking of its early adopters.
<li>jgadling</li> <li>jgadling</li>
<li>John F Wall &mdash; <em>Making Ansible Great with Massive Parallelism</em></li> <li>John F Wall &mdash; <em>Making Ansible Great with Massive Parallelism</em></li>
<li><a href="https://github.com/jrosser">Jonathan Rosser</a></li> <li><a href="https://github.com/jrosser">Jonathan Rosser</a></li>
<li><a href="https://github.com/jmkeyes">Joshua M. Keyes</a></li>
<li>KennethC</li> <li>KennethC</li>
<li><a href="https://github.com/lberruti">Luca Berruti</li> <li><a href="https://github.com/lberruti">Luca Berruti</li>
<li>Lewis Bellwood &mdash; <em>Happy to be apart of a great project.</em></li> <li>Lewis Bellwood &mdash; <em>Happy to be apart of a great project.</em></li>

Loading…
Cancel
Save