summaryrefslogtreecommitdiff
path: root/changelogs/fragments/fix_jinja_native_async.yml
Commit message (Collapse)AuthorAgeFilesLines
* Change ansible_job_id format (#79951) (#80282)Martin Krizek2023-04-171-0/+2
* Change ansible_job_id format ...to be something that does not resemble float or other type which value could be changed by literal_eval that jinja2_native uses. Specifically the format of '%d.%d' is converted from str to float and then back to float which may result in truncating the number resulting in the job not being found because the job id does not exist. (cherry picked from commit 09e0fb3516a793009a1b2ac8bfcc758016a10c6d)