ansible/lib/ansible
Peter Sprygada 512ef49c8a adds new exception for adding condition statements to Conditional (#17859)
When adding condition statements, the Conditional instance will now generate
an AddConditionError if is unable to map the condition to a function in the
instance
2016-10-02 14:47:58 -04:00
..
cli better handling of host lists (#17781) 2016-09-28 11:21:07 -04:00
compat Move py34 mock_open compat to compat/test/mock (#17157) 2016-08-19 18:11:24 -04:00
config
errors Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
executor Ensure the "attempts" key is set in the final result for do/until loops 2016-10-02 01:06:13 -05:00
galaxy Iterate through role paths when installing roles (#17487) 2016-09-09 16:50:50 -04:00
inventory Feature/add ansible play hosts all (#17498) 2016-09-23 11:17:46 -04:00
module_utils adds new exception for adding condition statements to Conditional (#17859) 2016-10-02 14:47:58 -04:00
modules bump core submodule ref for windows async_wrapper bugfix 2016-10-02 08:55:44 -07:00
parsing Allow for empty source in dwim_path_relative_stack 2016-09-21 16:16:14 -05:00
playbook dzdo prompt fix 2016-09-30 17:58:19 -04:00
plugins bugfixes to JSON junk filter, added unit/integration tests to exercise (#17834) 2016-10-02 08:03:42 -07:00
template Support late evaluation, suppress warnings on SyntaxError (#17462) 2016-09-09 09:33:23 -04:00
utils remove bare vars and undefined from lookup lists (#17647) 2016-09-27 12:32:04 -04:00
vars Graceful error handling when delegate_to host null (#17453) (#17783) 2016-09-28 19:24:32 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Add homebrew in squash_actions list (#16966) 2016-09-30 18:07:09 -04:00
release.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
test-requirements.txt