Update to 2025-08-22 17:00

This commit is contained in:
Daniel Berteaud
2025-08-22 17:00:22 +02:00
parent 901dd82ae1
commit c746f32851
10 changed files with 332 additions and 1 deletions

View File

@@ -55,6 +55,10 @@
when: llng_conf_backend == 'mysql'
tags: always
- name: Install MessageBroker::Web
copy: src=Web.pm dest=/usr/share/perl5/vendor_perl/Lemonldap/NG/Common/MessageBroker/Web.pm owner=root group=root mode=644
tags: web
- name: Deploy Lemonldap::NG main configuration
template: src=lemonldap-ng.ini.j2 dest=/etc/lemonldap-ng/lemonldap-ng.ini group=apache mode=640
notify: "{{ (llng_server == 'nginx' and llng_engine == 'uwsgi') | ternary('reload', 'restart') }} {{ (llng_server == 'nginx') | ternary('llng', 'httpd') }}"