mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 04:41:26 -07:00
`network['vlan']` should be a VLAN ID Integers passed around using jinja variable references are converted to strings (see # 9362) The # 32738 PR should allow using 'NativeType' in ansible Explicitly converting to integer will make the module works as expected with or without the NativeType support `network['vlan']` can also be a VLAN NAME (fallback) Explicitly converting to string will make the module works as expected with or without the NativeType support |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py |