Skip to content

Commit

Permalink
Cleaned up PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed May 26, 2023
1 parent fb63624 commit 1bf8255
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion tasks/assert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bf8255

Please sign in to comment.