1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Mention apache2_module also in httpd/tasks/main.yml

This commit is contained in:
A Holt 2019-10-07 14:44:25 -04:00 committed by GitHub
parent 6bcad743f0
commit 336e13cfa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,6 +77,7 @@
group=root
mode=0644
# SEE ALSO THE apache2_module SECTION IN roles/httpd/tasks/main.yml
- name: enable mod_expires for debian
command: a2enmod expires
when: is_debuntu | bool