diff options
author | Michael Scherer <misc@redhat.com> | 2018-12-06 15:55:41 -0500 |
---|---|---|
committer | Michael Scherer <misc@redhat.com> | 2018-12-06 15:55:41 -0500 |
commit | f6c389cfc46375d207b24d132959e147d3f6f51a (patch) | |
tree | 86bac1acdb1c3f6b86d284ace3f69791dcb3fa8e /roles/mailman/meta | |
parent | aae47d8deac02bdddd64f57778b08f695db1ffa0 (diff) |
Switch to LE for the ml list
Diffstat (limited to 'roles/mailman/meta')
-rw-r--r-- | roles/mailman/meta/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/mailman/meta/main.yml b/roles/mailman/meta/main.yml index e949ef9..0d441a6 100644 --- a/roles/mailman/meta/main.yml +++ b/roles/mailman/meta/main.yml @@ -1,5 +1,5 @@ --- dependencies: - { role: postfix } -- { role: httpd, custom_vhost: yes } +- { role: httpd } |