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
James Cammarata f46760ef37 Execute commands through accelerate with shell when needed
This fixes an issue related to the new run_command changes, whereby
Popen fails to run a command when an executable is specified + shell=False
and there are multiple positional arguments (see Popen docs for details)
12 years ago
cloud Micro-optimization: replace s.find(x)!=-1 with x in s 12 years ago
commands Micro-optimization: replace s.find(x)!=-1 with x in s 12 years ago
database Merge pull request #5597 from laggyluke/mongodb_user_idempotence 12 years ago
files Merge branch 'file_fixes_clean' of https://github.com/bcoca/ansible into bcoca-file_fixes_clean 12 years ago
internal ansible -> ansibleworks 12 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 12 years ago
messaging Typo in rabbitmq_plugin docs 12 years ago
monitoring Fixup shell handling in monit module. 12 years ago
net_infrastructure Version bump, bigip_facts + changelog 12 years ago
network Remove validate_certs parameter from fetch_url calls 12 years ago
notification Bump twilio module version_added, changelog. 12 years ago
packaging prevent state from changing from head to installed 12 years ago
source_control Fix documentation for accept_hostkey 12 years ago
system Fixes #6519 Properly handle state=absent in sysctl module 12 years ago
utilities Execute commands through accelerate with shell when needed 12 years ago
web_infrastructure Add a JIRA control module for Ansible. This version uses fetch_url rather than urllib2. 12 years ago