The below requirements are needed on the local master node that executes this callback.
Parameter |
Choices/Defaults |
Configuration |
Comments |
---|---|---|---|
fail_on_change
|
Default:
no
|
env:JUNIT_FAIL_ON_CHANGE
|
Consider any tasks reporting "changed" as a junit test failure
|
fail_on_ignore
|
Default:
no
|
env:JUNIT_FAIL_ON_IGNORE
|
Consider failed tasks as a junit test failure even if ignore_on_error is set
|
output_dir
|
Default:
~/.ansible.log
|
env:JUNIT_OUTPUT_DIR
|
Directory to write XML files to.
|
task_class
|
Default:
no
|
env:JUNIT_TASK_CLASS
|
Configure the output to be one class per yaml file
|
Hint
If you notice any issues in this documentation you can edit this document to improve it.