evomaintenance: allow missing API endpoint if APi is disabled

This commit is contained in:
Jérémy Lecour 2022-11-26 19:09:05 +01:00 committed by Jérémy Lecour
parent 057224fb38
commit 665177556e
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* evolinux-base: utils.yml can be excluded
* evolinux-todo: execute tasks only for Debian distribution (because this task is a dependency for others roles used on different distributions)
* evolinux-user: Add sudoers privilege for chck php\_fpm81
* evomaintenance: allow missing API endpoint if APi is disabled
* java: use default JRE package when version is not specified
* lxc-solr: detect the real partition options
* lxc-solr: download URL according to Solr Version

View File

@ -5,6 +5,7 @@
- evomaintenance_api_endpoint is not none
- evomaintenance_api_key is not none
msg: evomaintenance api variables must be set
when: evomaintenance_hook_api | bool
- name: Configuration is installed
template: