community.general/lib/ansible/modules/web_infrastructure
Brendan Jurd fdc52b8277 Add word boundary in apache2_module regexp
Add a word boundary \b to the regexp for checking the output of a2{en,dis}mod,
to avoid a false positive for a module that ends with the same text as the
module we're working on.

For example, the previous regexp r'.*spam already enabled' would also match
against 'eggs_spam already enabled'.

Also, get rid of the redundant '.*' from the end of the regexp.
2016-12-08 11:22:42 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
apache2_module.py Add word boundary in apache2_module regexp 2016-12-08 11:22:42 -05:00
django_manage.py Update django_manage to add database option for migrate 2016-12-08 11:22:31 -05:00
htpasswd.py file extensions! 2016-12-08 11:22:22 -05:00
supervisorctl.py supervisorctl: Don't try to start a starting program 2016-12-08 11:22:31 -05:00