ara/ara
David Moreau-Simard 8747ff4500
Ansible 2.4: Properly load the configuration file parser
Due to a misunderstanding of how configuration loading occured in
Ansible 2.4, we did not load the configuration file. It turns out
we have to do it ourselves now so let's do that.

This also requires a fix in the Ansible get_config method which
was merged [1] and backported for 2.4.1.0.
We're not going to work around the bug in Ansible 2.4.0.0 and as such,
blacklist that version and coordinate a new ARA release with Ansible
2.4.1.0.

[1]: https://github.com/ansible/ansible/pull/31200

Change-Id: I691ef992c9c6b698f03927e2b69de26f0c1d57d1
2017-10-04 14:33:10 -04:00
..
cli Show names of tasks when showing results 2017-09-24 17:11:34 +00:00
db Allow configuring logging via config file 2017-08-26 12:44:08 -05:00
plugins Add support for Ansible 2.4 2017-09-20 20:33:57 -04:00
static Remove button to fix permalink in report 2017-09-30 13:46:46 -04:00
templates Remove button to fix permalink in report 2017-09-30 13:46:46 -04:00
tests Add support for Ansible 2.4 2017-09-20 20:33:57 -04:00
views Re-license ARA from ASLv2 to GPLv3 2017-07-24 19:30:34 +00:00
__init__.py Re-license ARA from ASLv2 to GPLv3 2017-07-24 19:30:34 +00:00
config.py Ansible 2.4: Properly load the configuration file parser 2017-10-04 14:33:10 -04:00
context_processors.py Re-license ARA from ASLv2 to GPLv3 2017-07-24 19:30:34 +00:00
errorhandlers.py Re-license ARA from ASLv2 to GPLv3 2017-07-24 19:30:34 +00:00
fields.py Re-license ARA from ASLv2 to GPLv3 2017-07-24 19:30:34 +00:00
filters.py Re-license ARA from ASLv2 to GPLv3 2017-07-24 19:30:34 +00:00
manage.py Re-license ARA from ASLv2 to GPLv3 2017-07-24 19:30:34 +00:00
models.py Re-license ARA from ASLv2 to GPLv3 2017-07-24 19:30:34 +00:00
shell.py Re-license ARA from ASLv2 to GPLv3 2017-07-24 19:30:34 +00:00
utils.py Merge "Add subunit output support" 2017-07-31 22:54:19 +00:00
webapp.py Import logging.config as well as logging 2017-08-29 11:59:43 -07:00
wsgi.py Re-license ARA from ASLv2 to GPLv3 2017-07-24 19:30:34 +00:00