Update to 2022-03-20 23:00

This commit is contained in:
Daniel Berteaud
2022-03-20 23:00:08 +01:00
parent c4a7f11445
commit 6d26fe917b
4 changed files with 7 additions and 7 deletions

View File

@@ -55,7 +55,7 @@
tags: web
- name: Copy applications logo
copy: src=logos/ dest=/usr/share/lemonldap-ng/portal/htdocs/static/common/apps/
synchronize: src=logos/ dest=/usr/share/lemonldap-ng/portal/htdocs/static/common/apps/
when: llng_portal == True
tags: web
@@ -71,7 +71,7 @@
tags: web
- name: Copy custom logos
copy: src=config/{{ inventory_hostname }}/lemonldap_ng/logos/ dest=/usr/share/lemonldap-ng/portal/htdocs/static/common/apps/
synchronize: src=config/{{ inventory_hostname }}/lemonldap_ng/logos/ dest=/usr/share/lemonldap-ng/portal/htdocs/static/common/apps/
when: llng_custom_logo.stat.exists and llng_custom_logo.stat.exists.isdir
tags: web
@@ -83,7 +83,7 @@
tags: web
- name: Copy custom backgrounds
copy: src=config/{{ inventory_hostname }}/lemonldap_ng/backgrounds/ dest=/usr/share/lemonldap-ng/portal/htdocs/static/common/backgrounds/
synchronize: src=config/{{ inventory_hostname }}/lemonldap_ng/backgrounds/ dest=/usr/share/lemonldap-ng/portal/htdocs/static/common/backgrounds/
when: llng_custom_background.stat.exists and llng_custom_background.stat.isdir
tags: web