- 07 Jul, 2015 19 commits
-
-
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 -
Jacek Laskowski committed
-
Be more specific describing groups of groups,
Brian Coca committed -
Brian Coca committed
-
- 06 Jul, 2015 12 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 -
Hugo van Kemenade committed
-
- 05 Jul, 2015 9 commits
-
-
Brian Coca committed
-
moved all display/color/err to use display.error now also capture generic exceptions if they happen (never should!)
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
Add facts for datetime 8601 basic and basic short.
Brian Coca committed -
Brian Coca committed
-
Jon Hadfield committed
-
Remove unnecessary imports
Brian Coca committed -
If the syntax var={{something}} is used, that can be templated too early in the post_validation, leading the debug module to fail when it tries to template the same value in turn.
James Cammarata committed
-