mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-03-20 23:00
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user