You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/utilities
Michael Scherer a53972c3a7 Fix accelerate module on centos 5 by removing
unsupported string prefix in 2.4

http://docs.python.org/release/2.4/ref/strings.html
This is also ignored on later version of python 2
and is present only for python 3 conversion, as seen
on http://docs.python.org/2/reference/lexical_analysis.html#string-literals

Also see http://stackoverflow.com/questions/6269765/what-does-the-b-character-do-in-front-of-a-string-literal

Fix https://github.com/ansible/ansible/issues/4739
11 years ago
..
accelerate Fix accelerate module on centos 5 by removing 11 years ago
debug Added "debug: var=variableName" capability. 11 years ago
fail Update fail docs for new syntax 11 years ago
fireball Make --check mode work with fireball and accelerate connections 11 years ago
pause DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 11 years ago
set_fact Remove reference to non-existant module. 11 years ago
wait_for Elapsed time should account for the delay 11 years ago