community.general/lib/ansible
Lorin Hochstein b9e100a506 Support import of playbooks in other directories
Previously, importing a playbook in a different directory didn't
work because all of the relative paths were resolved relative to
the top-level playbook.

This patch resolves relative paths on a per-play level instead of
relative to the directory of the top-level playbook.

Also removes the dirname argument from the Play._get_vars method
since this argument wasn't used in the metho dbody.
2012-09-09 22:59:56 -04:00
..
callback_plugins Add __init__'s to git 2012-09-06 18:43:28 -04:00
inventory Make it possible in the inventory file to have spaces in host variables 2012-08-30 19:51:46 -04:00
playbook Support import of playbooks in other directories 2012-09-09 22:59:56 -04:00
runner Fix templates for non root sudo_user 2012-09-07 16:35:53 +10:00
__init__.py Release version bump 2012-09-06 18:56:38 -04:00
callbacks.py Modular server-side actions (squash merge) 2012-09-06 18:57:04 -04:00
color.py Check for terminal capabilities if curses is available 2012-08-25 00:45:14 +02:00
constants.py make connection types pluggable 2012-08-18 10:52:24 -04:00
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 2012-08-07 18:24:47 -04:00
module_common.py Adapt module common code to use the systemd journal if it's available 2012-09-06 17:59:38 -07:00
utils.py Have ansible respect private_key_file option 2012-09-07 14:37:32 -04:00