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

(cherry picked from commit f2fa56b485)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2021-08-25 07:06:23 +02:00 committed by GitHub
commit b9aab568f7
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)."