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.
Stephen Fromm
3d09c6cc21
Ignore failure of stop command if start succeeds with state=restarted
...
In some cases (see issue #1067 ) with state=restarted, a failure to stop
the service (which wasn't running) would appear to the module to be a
failure to restart the service even though it successfully started the
service. This changes the behavior of the service module to focus
on the return code of the start command. If the rc of stop is not
0 and the rc of start does equal 0, it considers the service
successfully restarted. It then ignores the rc, stdout, and stderr
from the unsuccessful stop command.
13 years ago
apt
Fix invalid usage or fail_json in apt module
14 years ago
apt_repository
Merge branch 'binpath' of https://github.com/sfromm/ansible into devel
14 years ago
assemble
backuplocal => backup_local for API standardization reasons
13 years ago
async_status
Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library
14 years ago
async_wrapper
whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added
14 years ago
authorized_key
whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added
14 years ago
command
Add support to removes control param
13 years ago
copy
time is what i wanted, not gmtime
13 years ago
easy_install
Add option required=(True|False) to get_bin_path and update modules
14 years ago
facter
Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library
14 years ago
fetch
Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications
14 years ago
file
Tweak DOCUMENTATION YAML as per latest 991
13 years ago
get_url
Tweak DOCUMENTATION YAML as per latest 991
13 years ago
git
User-expand the destination path of the git module
13 years ago
group
Add option required=(True|False) to get_bin_path and update modules
14 years ago
lineinfile
Added DOCUMENTATION to lineinfile module
13 years ago
mount
fixed missing module argument for mount module
14 years ago
mysql_db
Added login_unix_socket option to mysql_db module
14 years ago
mysql_user
Added login_unix_socket option to mysql_user module
14 years ago
nagios
Change from a module config file to brute force locating the nagios configs so we can find the command file.
14 years ago
ohai
Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library
14 years ago
ping
Add encoding lines to python modules such that they can take unicode options if they are fed them, since the
14 years ago
pip
Add option required=(True|False) to get_bin_path and update modules
14 years ago
postgresql_db
added support for custom port definition
13 years ago
postgresql_user
Fix postgresql_user bug
13 years ago
raw
Tweak DOCUMENTATION YAML as per latest 991
13 years ago
seboolean
chmod +x
14 years ago
selinux
chmod +x
14 years ago
service
Ignore failure of stop command if start succeeds with state=restarted
13 years ago
setup
Tweak DOCUMENTATION YAML as per latest 991
13 years ago
shell
Add module common code to allow it to be easier to indicate whether arguments are mutually exclusive, required in conjunction, or whether one of a list of arguments is required. This simplifies writing Python modules.
14 years ago
slurp
Add encoding lines to python modules such that they can take unicode options if they are fed them, since the
14 years ago
subversion
Subversion dest should allow ~ expansion
13 years ago
supervisorctl
Use `get_bin_path` properly
14 years ago
template
Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications
14 years ago
user
Add option required=(True|False) to get_bin_path and update modules
14 years ago
virt
add import sys to virt module b/c it needs it if the libvirt python
13 years ago
wait_for
Fix on older python versions, plus various improvements
13 years ago
yum
Invoke is_installed correctly from rpm path
13 years ago