1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/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
2015-09-25 23:57:28 -04:00
..
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor Add a comment explaining why async = 1 in the test 2015-09-07 19:46:05 +03:00
inventory Bugfix: if you define a custom __eq__, you must define a __hash__ too 2015-09-24 12:46:06 +03:00
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 2015-05-28 15:26:03 -05:00
mock Starting to add additional unit tests for VariableManager 2015-09-04 16:41:38 -04:00
module_utils Use 0oNNN octal syntax in test/ 2015-08-27 22:15:57 +03:00
parsing Allow hexadecimal ranges in IPv6 addresses, not only 0-9 2015-09-17 23:32:58 +05:30
playbook task logging revamp 2015-09-25 23:57:28 -04:00
plugins Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
template corrected all missing paths changes 2015-09-15 11:57:54 -04:00
utils Python 3: shlex.split() wants unicode 2015-09-24 12:36:05 +03:00
vars Use the task loop to calculate multiple delegated hosts 2015-09-25 01:41:09 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00