From 49718d7e0716f9410567da4dc414a91741a436e9 Mon Sep 17 00:00:00 2001 From: "m.pirog@bonasoft.pl" Date: Tue, 8 Oct 2024 14:37:31 +0200 Subject: [PATCH] fix: allow ansible_user and become_user to be templates #1083 --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index dc42eaf71..a97eecb12 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -25,6 +25,7 @@ In Progress (unreleased) GitHub Actions * :gh:issue:`1116` :mod:`ansible_mitogen`: Support for templated variable `ansible_ssh_user`. +* :gh:issue:`1083` fix: Jinja expressions are not evaluated in (not only) credential variables. v0.3.11 (2024-10-07)