diff --git a/README.md b/README.md index efbacac3..a5e11088 100644 --- a/README.md +++ b/README.md @@ -977,7 +977,7 @@ Feel free to use them or implement your own install scenario at your convenience - { role: geerlingguy.java, vars: See role doc for your distribution/version } # Debian/Ubuntu only - # - { role: geerlingguy.apache, apache_create_vhosts: no, apache_mods_enabled: ["proxy_http.load", "headers.load"], apache_remove_default_vhost: true, tags: ["geerlingguy.apache"] } + # - { role: geerlingguy.apache, apache_create_vhosts: no, apache_mods_enabled: ["proxy.load", "proxy_http.load", "headers.load"], apache_remove_default_vhost: true, tags: ["geerlingguy.apache"] } # RedHat/CentOS only - { role: geerlingguy.apache, apache_create_vhosts: no, apache_remove_default_vhost: true, tags: ["geerlingguy.apache"] } - { role: ansible-thoteam.nexus3-oss, tags: ['ansible-thoteam.nexus3-oss'] }