ansible/lib/ansible
Dag Wieers d46af7cda3 On change in diff-mode we don't need to see file content in task output
I was surprised to see complete file content in the (JSON) task output when
in diff-mode. Since we see the diff anyhow, there's no need to send everything
on screen.
2016-04-01 18:03:51 +02:00
..
cli Add '--skip-tags' to ansible-pull 2016-03-30 16:36:16 +02:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config
errors Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
executor Fix --start-at-task which was broken by the setup task revamp 2016-03-25 11:32:19 -04:00
galaxy Remove trailing whitespace from the galaxy init Jinja2 template. Default a description. 2016-03-15 16:27:33 -05:00
inventory Don't process the same host multiple times 2016-03-24 16:43:43 -07:00
module_utils Merge pull request #15200 from wimnat/feature/handle_lists_in_snake_dict_creation 2016-03-31 06:25:11 -07:00
modules Update submodule refs 2016-03-31 22:03:48 -07:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Take previous jinja2 blocks into account in splitter when we see quotes 2016-03-28 15:43:43 -04:00
playbook centralize path list handling 2016-03-30 07:16:09 -07:00
plugins On change in diff-mode we don't need to see file content in task output 2016-04-01 18:03:51 +02:00
template Merge pull request #14504 from bcoca/template_comments 2016-03-06 10:45:18 -05:00
utils Override params from environment variables, if set. 2016-03-30 17:28:30 -04:00
vars Merge pull request #14971 from bcoca/clear_facts 2016-03-30 19:09:38 -07:00
__init__.py Bump version in devel now that stable-2.0 has been branched 2015-12-02 17:57:53 +05:30
constants.py centralize path list handling 2016-03-30 07:16:09 -07:00
test-requirements.txt