Commit Graph

10 Commits (3992ef989b4b7e18409097524c29c8d7cec31b17)

Author SHA1 Message Date
James Cammarata ba062de744 Merge branch '7736' of https://github.com/kcghost/ansible into kcghost-7736 10 years ago
Casey Fitzpatrick c0543db5f3 apache2_module handles multiple lines of output, fixes #7736 and #7857 11 years ago
Jack Neely 1452a058df apache2_module: Handle dep resolution
The apache2_module module did not properly handle when a2enmod would
handle apache module dependancies.  It would always return a state of
changed.  I've updated the regular expression to properly parse that
output as well as the normal output.  A good example of this is the
mod_proxy_http module.
11 years ago
Jack Neely 14ee2e4505 apache2_module: whitespace cleanup
Remove trailing whitespace.
11 years ago
Christian Berendt 0a35850927 made enabled/disabled checks of apache2_module workable 11 years ago
Joel Schuweiler c1470db8fd Fix example 11 years ago
Michael DeHaan 54180817cd Add version_added info + changelog 11 years ago
Christian Berendt 5b8cdf6ce2 use module.get_bin_path() for a2enmod 11 years ago
Christian Berendt a500f63766 removed duplicated <<INCLUDE_ANSIBLE_MODULE_COMMON>> line 11 years ago
Christian Berendt 62813f72a5 added module to enable/disable Apache2 modules
This module uses a2enmod or a2dismod to enable or disable
Apache2 modules.
11 years ago