ansible/test/units
Brian Coca 9255a618e3 set cwd to task's basedir (#16805)
* switch cwd to basedir of task

This restores previous behaviour in pre 2.0 and allows for 'local type' plugins
and actions to have a more predictable relative path.

fixes #14489

* removed FIXME since prev commit 'fixes' this

* fix tests, now they need a loader (thanks jimi!)

(cherry picked from commit e2f17f8d9b)
2016-08-08 13:14:00 -04:00
..
errors
executor Parse async response in async action. (#16534) 2016-07-01 15:24:41 -07:00
inventory
inventory_test_data/group_vars
mock add _load_params debug overrides for module args/file passed on cmdline 2016-04-18 11:06:46 -07:00
module_utils Don't use 'from ansible.module_utils import foo' style here as it breaks (#15756) 2016-05-13 23:59:39 -07:00
modules Fix docker unit test. Not deprecated in 2.1. 2016-06-11 09:14:54 -07:00
parsing New unit tests for #13630 fix 2016-03-28 15:54:07 -04:00
playbook add centrify dzdo escalation (#15219) 2016-04-25 11:24:26 -04:00
plugins set cwd to task's basedir (#16805) 2016-08-08 13:14:00 -04:00
template
utils
vars Adds 'ansible_check_mode' boolean magic variable 2016-04-08 00:26:02 +02:00
__init__.py