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
James fc274bda8a ISSUE 25470 - junit report failure on changes
This commit provides an environment option to change the behaviour so
that it's possible to declare any changes shoudl be considered a junit
failure.

This is useful when carrying out idempotent testing to ensure that
multiple runs are safe and any changes should be considered a test
failure.

In a CI test of an ansible role the practice would be to run the role
once without this to configure the test system, and tehn to run a second
time including this environment vairable so that the CI engine
processing the junit report recognise any changes to be a test fail.
7 years ago
..
cli pylint fixes for vault related code (#27721) 7 years ago
compat Remove wildcard imports 7 years ago
config Add back support for vault_password_file config var (#27597) 7 years ago
errors correct, cleanup & simplify dwim stack (#25956) 7 years ago
executor Fix for ansiballz filenames conflicting with python stdlib modules 7 years ago
galaxy Removes container-enabled warning (#27578) 7 years ago
inventory ensure all groups inherit from 'all' 7 years ago
module_utils Delete unused module_utils/cloudengine.py (#25054) 7 years ago
modules Add a sensu_client module 7 years ago
parsing pylint fixes for vault related code (#27721) 7 years ago
playbook helpers.py: Fixes #27334 include empty task file within a 'block' dis… (#27811) 7 years ago
plugins ISSUE 25470 - junit report failure on changes 7 years ago
template Try to show original exception info for yaml (and other) errors (#24468) 7 years ago
utils Delete unused module_utils/cloudengine.py (#25054) 7 years ago
vars Remove wildcard imports 7 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 9 years ago
constants.py Fix undefined variables, basestring usage, and some associated python3 issues 7 years ago
release.py Collated PEP8 fixes (#25293) 7 years ago