mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
If the plugin version expected is, say '1.20', then specifying it as... version: 1.20 ... will make the YAML parser interpret it as a float, and the value obtained by the module will be 1.2 instead of 1.20, which will cause downloading of wrong version of the module. This patch updates the docs so that users don't face this issue. |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py | ||
test-requirements.txt |