Fix apache2_module a2enmod/a2dismod detection and error message if not found. (#3258)

This commit is contained in:
Felix Fontein 2021-08-25 06:36:19 +02:00 committed by GitHub
commit f2fa56b485
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "apache2_module - fix ``a2enmod``/``a2dismod`` detection, and error message when not found (https://github.com/ansible-collections/community.general/issues/3253)."