mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-03-09 19:15:19 +01:00
Compare commits
4 commits
8bbf46366d
...
f982b737ee
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f982b737ee | ||
|
|
b228507b62 | ||
|
|
0341c9420f | ||
|
|
7ac665a0aa |
2 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ variables:
|
|||
resources:
|
||||
containers:
|
||||
- container: default
|
||||
image: quay.io/ansible/azure-pipelines-test-container:main
|
||||
image: quay.io/ansible/azure-pipelines-test-container:6.0.0
|
||||
|
||||
pool: Standard
|
||||
|
||||
|
|
|
|||
|
|
@ -347,6 +347,7 @@ class ActionModule(ActionBase):
|
|||
user = C.DEFAULT_REMOTE_USER
|
||||
else:
|
||||
user = task_vars.get('ansible_user') or self._play_context.remote_user
|
||||
user = self._templar.template(user)
|
||||
|
||||
if self._templar is not None:
|
||||
user = self._templar.template(user)
|
||||
|
|
|
|||
Loading…
Reference in a new issue