You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/async
Martin Krizek 09e0fb3516
Change ansible_job_id format (#79951)
* 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.
1 year ago
..
library Add intentional coverage for an async_wrapper case (#70593) 4 years ago
meta Fix cosmetic problems in YAML source 8 years ago
tasks Change ansible_job_id format (#79951) 1 year ago
aliases ansible-test - Remove AIX provisioning support. (#76747) 2 years ago
callback_test.yml Allow callbacks from forks (#70501) 4 years ago