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.
 
 
 
 
 
Go to file
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
cloud Fix description of nova_compute:name option 11 years ago
commands Allow for relative paths by using abspath 11 years ago
database Fixes #4720 Use mysql command to restore database instead of mysqldump 11 years ago
files Revert "fix conversion from file to hardlink when force=yes" 11 years ago
internal * Updated all ansible.cc references in the documentation to point 11 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 11 years ago
messaging Add missing version_added description in docs. 11 years ago
monitoring Monit fix - Use case insensitive comparison 11 years ago
net_infrastructure Merge pull request #4712 from mhite/bigip_node 11 years ago
network Fix issue 4433, make sure status is a int rather than a string 11 years ago
notification Remove examples of module antipattern of setting the choices array for boolean types. 11 years ago
packaging Only remove leading '0x' from key ids, not all 0s 11 years ago
source_control git: Don't add --branch while cloning if the version is a SHA-1 hash. 11 years ago
system add "zle" as a supported ZFS compression type 11 years ago
utilities Fix accelerate module on centos 5 by removing 11 years ago
web_infrastructure Allow generic django_management commands 11 years ago