- 17 Oct, 2012 11 commits
-
-
Remove debug print statements
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Added comment about long lines in playbooks
Michael DeHaan committed -
I had trouble finding this information, so though it was worth adding to docs... but am not sure its easy to find for someone specifically to find. At least I think this inclusion matches the tone of document, but maybe this info should go into a FAQ instead/as-well?
Nigel Metheringham committed -
Indicate module_formatter can produce boilerplate DOCUMENTATION
Michael DeHaan committed -
add ./hacking/
Jan-Piet Mens committed -
Fix check boto version bug #1280. Using try/except for AttributeError.
Michael DeHaan committed -
Rodney Quillo committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 16 Oct, 2012 19 commits
-
-
fixed but in pulling data from dmesg command, wrong function to use as f...
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Use && for executing next command if, and only if, command1 returns an e...
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
typo
Michael DeHaan committed -
Jan-Piet Mens committed
-
- 15 Oct, 2012 6 commits
-
-
trivial --syntax-check option to ansible to just do the yaml validation
Michael DeHaan committed -
cowsay for BSD!
Michael DeHaan committed -
check. Lots of room to make this more interesting - but not today
Seth Vidal committed -
Philipp Grau committed
-
Philipp Grau committed
-
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed
-
- 14 Oct, 2012 4 commits
-
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Test for python-pip as well as pip
Michael DeHaan committed -
On Red Hat, CentOS and Fedora systems, the pip binary will be called python-pip instead of pip. This commit makes the pip module also check for python-pip. The reason we check for python-pip *first*, is to have ansible fail on not finding 'pip' and reporting *that*. This is consistent with current behaviour and will not confuse users of Debian et al., where the 'python-pip' binary never exists. Tested on Fedora 18 and Ubuntu 12.04.
Maxim Burgerhout committed
-