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
Paul Neumann 53fead7c96 ios_logging: Fix some smaller issues, add unit test (#32321)
* ios_logging: Fix typo in documentation

* ios_logging: Fix traceback when setting buffered destination without size

When the size parameter is not configured while configuring the buffered
destination, a traceback occurs due to the fact that validate_size expects the
parameter to be an int. Explicitely converting value to int makes the
check work for every case.

* ios_logging: Update size parameter documentation

Update the documentation of the size paramter to reflect the current behaviour
of setting a default of 4096 for the buffered dest.

* ios_logging: Add unit test

Add unit test for ios_logging testing the behaviour clarified in the previous
commits.

* ios_logging: Fix python 2.6 compliance
7 years ago
..
cli remove misleading group vars as they are flat (#32276) 7 years ago
compat Remove wildcard imports 7 years ago
config Network command module for Brocade IronWare routers (#31429) 7 years ago
errors more info on yaml errors 7 years ago
executor windows: add #AnsibleRequires for Windows modules (#31683) 7 years ago
galaxy Removes container-enabled warning (#27578) 7 years ago
inventory Inventory and varmanager updates (#32054) 7 years ago
module_utils Remove references to provider in documentation, update license (#32242) 7 years ago
modules ios_logging: Fix some smaller issues, add unit test (#32321) 7 years ago
parsing more info on yaml errors 7 years ago
playbook Fix static determination for include_tasks 7 years ago
plugins now with_dict allows for direct 'lookup' usage 7 years ago
template added debug info when skipping undef 7 years ago
utils Network docs should link to network integration pages (#31795) 7 years ago
vars ensure we always have a basedir 7 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 9 years ago
constants.py Fix backwards compatibility of constants.get_config 7 years ago
release.py Bump the versions now that devel is 2.5 7 years ago