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_fail
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
..
action_plugins
library More boilerplate fixes. (#70224) 4 years ago
meta
tasks Change ansible_job_id format (#79951) 1 year ago
aliases Update Shippable integration test groups. (#43118) 6 years ago