webapps/evoadmin-web: Fail if variable evoadmin_contact_email isn't defined
This commit is contained in:
parent
98486fd771
commit
4c36fd075c
2 changed files with 5 additions and 1 deletions
|
@ -28,6 +28,7 @@ The **patch** part changes incrementally at each release.
|
|||
* mongodb: configuration is forced by default but it's configurable (default: `false`)
|
||||
* nginx: package name can be specified (default: `nginx-full`)
|
||||
* evolinux-base: Exec the firewall tasks sooner (to avoid dependency issues)
|
||||
* webapps/evoadmin-web: Fail if variable evoadmin_contact_email isn't defined
|
||||
|
||||
### Fixed
|
||||
* nginx: fix basic auth for default vhost
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
---
|
||||
|
||||
- fail:
|
||||
msg: Please configure var evoadmin_contact_email
|
||||
when: evoadmin_contact_email is none
|
||||
|
||||
- include: packages.yml
|
||||
|
||||
- include: user.yml
|
||||
|
@ -18,4 +22,3 @@
|
|||
marker: "<!-- {mark} evoadmin-web section -->"
|
||||
block: |
|
||||
<li><a href="https://{{ evoadmin_host }}">Interface admin web (EvoAdmin-web)</a></li>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue