mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Python 2: accept both long and int for type=int (module options) (#53289)
* Added unit test
This commit is contained in:
3
changelogs/fragments/53289-module-option-int-long.yml
Normal file
3
changelogs/fragments/53289-module-option-int-long.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- "If large integers are passed as options to modules under Python 2, module argument
|
||||
parsing will reject them as they are of type ``long`` and not of type ``int``."
|
||||
Reference in New Issue
Block a user