From 1bf82552c73bb0667a99356769aef5ef0d7df080 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Fri, 26 May 2023 08:56:52 +0200 Subject: [PATCH] Cleaned up PR. --- README.md | 7 +++++++ tasks/assert.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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