mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +01:00
* Fix test_range_templating on 32-bit architectures 32-bit archtectures like i386, armel, armhf will fail with the error ansible._internal._templating._errors.AnsibleTemplatePluginRuntimeError: The filter plugin 'ansible.builtin.random' failed: Python int too large to convert to C ssize_t So just pick sys.maxsize (2**31 - 1) so it works on 32 bit machines. --------- Co-authored-by: Lee Garrett <lgarrett@rocketjump.eu> Co-authored-by: Matt Clay <matt@mystile.com> |
||
|---|---|---|
| .. | ||
| integration | ||
| lib/ansible_test | ||
| sanity | ||
| support | ||
| units | ||