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/test/units
Brian Coca 37a918438b task logging revamp
* allow global no_log setting, no need to set at play or task level, but can be overriden by them
 * allow turning off syslog only on task execution from target host (manage_syslog), overlaps with no_log functionality
 * created log function for task modules to use, now we can remove all syslog references, will use systemd journal if present
 * added debug flag to modules, so they can make it call new log function conditionally
 * added debug logging in module's run_command
10 years ago
..
errors Making the switch to v2 11 years ago
executor Add a comment explaining why async = 1 in the test 10 years ago
inventory Bugfix: if you define a custom __eq__, you must define a __hash__ too 10 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock Starting to add additional unit tests for VariableManager 10 years ago
module_utils Use 0oNNN octal syntax in test/ 11 years ago
parsing Allow hexadecimal ranges in IPv6 addresses, not only 0-9 10 years ago
playbook task logging revamp 10 years ago
plugins Remove tmp as a parameter to the connection plugins 10 years ago
template corrected all missing paths changes 10 years ago
utils Python 3: shlex.split() wants unicode 10 years ago
vars Use the task loop to calculate multiple delegated hosts 10 years ago
__init__.py Making the switch to v2 11 years ago