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
Stephen Fromm 38957b2cf0 Fix error handling when switching versions
git module used to check stderr for the string 'error' after calling
switch_version().  This changes that to just look at the return code to
determine whether the command failed.  If the rc is not zero, the git
module will call fail_json().

The problem is that git checkout will summarize the commit message,
such as:

    HEAD is now at ea38409... removing artificial error

When the string 'error' is the commit message, this check will
erroneously think the command failed.

This also removes the method switchLocalBranch() since it is no longer
used.
12 years ago
apt whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 12 years ago
assemble whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 12 years ago
async_status whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 12 years ago
async_wrapper whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 12 years ago
authorized_key whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 12 years ago
command Allow unicode transfer by not base64 encoding. Also: faster 12 years ago
copy whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 12 years ago
facter Add encoding lines to python modules such that they can take unicode options if they are fed them, since the 12 years ago
fetch Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications 12 years ago
file whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 12 years ago
get_url whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 12 years ago
git Fix error handling when switching versions 12 years ago
group whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 12 years ago
mount whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 12 years ago
mysql_db Added login_unix_socket option to mysql_db module 12 years ago
mysql_user Added login_unix_socket option to mysql_user module 12 years ago
ohai Add encoding lines to python modules such that they can take unicode options if they are fed them, since the 12 years ago
ping Add encoding lines to python modules such that they can take unicode options if they are fed them, since the 12 years ago
postgresql_db Add encoding lines to python modules such that they can take unicode options if they are fed them, since the 12 years ago
postgresql_user Add encoding lines to python modules such that they can take unicode options if they are fed them, since the 12 years ago
raw Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications 12 years ago
service whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 12 years ago
setup whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 12 years ago
shell whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 12 years ago
slurp Add encoding lines to python modules such that they can take unicode options if they are fed them, since the 12 years ago
template Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications 12 years ago
user Add encoding lines to python modules such that they can take unicode options if they are fed them, since the 12 years ago
virt whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 12 years ago
yum whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 12 years ago