- 10 Jul, 2015 7 commits
-
-
Brian Coca committed
-
James Cammarata committed
-
Fixes #11545
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
- 09 Jul, 2015 3 commits
-
-
* Moving connection creation until after the task is post_validated, to make sure all fields are properly templated (#11230) * Fixing problems related to the connection method and remote address lookup on the delegated-to host Fixes #11230
James Cammarata committed -
Brian Coca committed
-
fixes #11532
Brian Coca committed
-
- 08 Jul, 2015 14 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Toshio Kuratomi committed
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
Toshio Kuratomi committed
-
Added tests for `taggable` module
Brian Coca committed -
marconius committed
-
Brian Coca committed
-
Fixes #11521
James Cammarata committed -
Fixes #11514
James Cammarata committed -
Brian Coca committed
-
Brian Coca committed
-
- 07 Jul, 2015 16 commits
-
-
implement jinja2 header overrides
Brian Coca committed -
Brian Coca committed
-
syslog_json call plugin improvements
Brian Coca committed -
Fixes #11317
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
Toshio Kuratomi committed
-
James Cammarata committed
-
James Cammarata committed
-
Toshio Kuratomi committed
-
Don't wrap text for AnsibleParserError
Brian Coca committed -
Brian Coca committed
-
This allows not messing up the wonderful error reporting that is carefully created. Instead of: $ ansible-playbook foo.yml [ERROR]: ERROR! 'foo' is not a valid attribute for a Task The error appears to have been in '/Users/marca/dev/git-repos/ansible/foo.yml': line 4, column 7, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: tasks: - name: do something ^ here we get: $ ansible-playbook foo.yml ERROR! 'foo' is not a valid attribute for a Task The error appears to have been in '/Users/marca/dev/git-repos/ansible/foo.yml': line 4, column 7, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: tasks: - name: do something ^ here which is much nicer.
Marc Abramowitz committed -
Brian Coca committed
-
Update index.rst
Brian Coca committed
-