- 08 Jul, 2015 5 commits
-
-
Brian Coca committed
-
Fixes #11521
James Cammarata committed -
Fixes #11514
James Cammarata committed -
Brian Coca committed
-
Brian Coca committed
-
- 07 Jul, 2015 24 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 -
Update intro_inventory.rst
Brian Coca committed -
Brian Coca committed
-
fixes #11505
Brian Coca committed -
Minor fix for consistency (and more engaging language :))
Jacek Laskowski committed -
* Update log message format
Bruno Galindro da Costa committed -
Jacek Laskowski committed
-
Be more specific describing groups of groups,
Brian Coca committed -
Brian Coca committed
-
- 06 Jul, 2015 11 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
* escaped end quote * a single quote character
Toshio Kuratomi committed -
Brian Coca committed
-
Brian Coca committed
-
James Cammarata committed
-
Fixes #11500
James Cammarata committed -
Toshio Kuratomi committed
-
Typos
Brian Coca committed
-