ansible/test/units/playbook
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
..
__init__.py
test_attribute.py Use rich comparisons for Attribute and FieldAttribute 2015-09-02 12:33:42 +03:00
test_block.py Change asserts to assertIsInstance for better error messages 2015-05-08 13:49:10 -07:00
test_play.py Update unit tests for flush_handlers fix 2015-07-22 11:30:05 -04:00
test_play_context.py task logging revamp 2015-09-25 23:57:28 -04:00
test_playbook.py Added tests for taggable module 2015-07-08 10:22:33 -04:00
test_role.py update unit tests for role templating changes 2015-08-03 16:33:47 -04:00
test_taggable.py Added tests for taggable module 2015-07-08 10:22:33 -04:00
test_task.py