mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Reduce dependency on Apache in 9 playbooks
This commit is contained in:
parent
83b44f0a89
commit
13bc1e960f
9 changed files with 42 additions and 35 deletions
|
@ -89,7 +89,7 @@
|
|||
template:
|
||||
src: wordpress.conf.j2
|
||||
dest: "/etc/{{ apache_conf_dir }}/wordpress.conf"
|
||||
when: apache_enabled | bool
|
||||
when: apache_installed is defined
|
||||
|
||||
|
||||
# RECORD WordPress AS INSTALLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue