diff --git a/README.md b/README.md index de6e5de..fe6da1d 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,13 @@ httpd_openssl_key: "{{ httpd_openssl_key_directory }}/apache-httpd.key" # If the "it works" page should be kept httpd_remove_example: no + +# Additionnal httpd module to install + +httpd_additionnal_modules: [] + +apache_global_vhost_settings: | + DirectoryIndex index.php index.html ``` ## [Requirements](#requirements) diff --git a/tasks/assert.yml b/tasks/assert.yml index 94979f5..1ee642f 100644 --- a/tasks/assert.yml +++ b/tasks/assert.yml @@ -163,7 +163,7 @@ - httpd_remove_example is boolean quiet: yes -- name: Test if httpd_additionnal_modules is set correctly +- name: assert | Test if httpd_additionnal_modules is set correctly ansible.builtin.assert: that: - httpd_additionnal_modules is defined