ansible/library
Chao Luan 134c449cf6 Remove extra quote from the mysqldump password argument
The mysqldb Ansible module will fail if the state specified is import or dump with a '1045: Access Denied' mysql error for complex passwords.

This is caused by the extra quote around the '--password' argument to mysqldump, as pipes.quotes already quotes the password string.

>>> "--password='%s'" % pipes.quote('simple')
"--password='simple'"

>>> "--password='%s'" % pipes.quote('c0mplexp@ssword!')
"--password=''c0mplexp@ssword!''"

>>> "--password='%s'" % pipes.quote('password with space')
"--password=''password with space''"
2014-04-01 23:52:08 +11:00
..
cloud Merge pull request #6549 from mattjbray/docker-tty-stdin_open-params 2014-03-19 17:28:12 -04:00
commands Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00
database Remove extra quote from the mysqldump password argument 2014-04-01 23:52:08 +11:00
files fixed issue with directory permissions on copy #6552 2014-03-18 22:29:22 -04:00
internal
inventory
messaging
monitoring Fixup shell handling in monit module. 2014-03-12 17:43:31 -04:00
net_infrastructure Version bump, bigip_facts + changelog 2014-03-16 16:48:41 -04:00
network Remove validate_certs parameter from fetch_url calls 2014-03-12 10:31:01 -05:00
notification Add notes about new notification module. 2014-03-19 17:23:30 -04:00
packaging Fixes #6548 correct issues from rhn_register refactoring 2014-03-18 21:21:18 -04:00
source_control Fixes #6582 Re-add regex to ignore untracked files that were never tracked 2014-03-19 15:42:40 -04:00
system Add capabilities module. 2014-03-19 17:48:17 -04:00
utilities Execute commands through accelerate with shell when needed 2014-03-18 12:24:13 -05:00
web_infrastructure Add a JIRA control module for Ansible. This version uses fetch_url rather than urllib2. 2014-03-16 17:14:04 +01:00