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/lib/ansible
Matthieu Fronton a0b4462aea vmware_guest: cast vlan to int or str when relevant (#39726)
`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
8 years ago
..
cli add 'localhost_warning' configuration option 8 years ago
compat Enable wildcard import pylint (#35786) 8 years ago
config add 'localhost_warning' configuration option 8 years ago
errors give hint to users when a file is not found 8 years ago
executor Make sure that the implicit async_status gets the env from a task with async. Fixes #39699 (#39764) 8 years ago
galaxy Allow the galaxy client to fetch from a url in role version data (#39396) 8 years ago
inventory Ensure non ansilbe exceptions keep tracebacks (#37523) 8 years ago
module_utils VMware: Refactor vmware_host_facts (#39273) 8 years ago
modules vmware_guest: cast vlan to int or str when relevant (#39726) 8 years ago
parsing Allow loading dirs from role defaults/vars (#36357) 8 years ago
playbook Allow using action/local_action on includes and imports (#37260) 8 years ago
plugins Fix nxos terminal plugin regex (#39659) 8 years ago
template Fix when template paths contain non-ascii chars and using the path in ansible_managed 8 years ago
utils Meraki organization module (#38773) 8 years ago
vars minimize loading files/plugins 8 years ago
__init__.py
constants.py centralize doc/config plugin lists (#38775) 8 years ago
release.py Fix version in lib/ansible/release.py 8 years ago