mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-29 10:45:42 +02:00
Update to 2022-08-29 21:00
This commit is contained in:
@@ -27,3 +27,7 @@
|
||||
- set_fact: penpot_db_pass={{ rand_pass }}
|
||||
when: penpot_db_pass is not defined
|
||||
tags: penpot
|
||||
|
||||
- name: Build flag list
|
||||
set_fact: penpot_flags={{ [ penpot_allow_user_registration | ternary('enable', 'disable') ~ '-registration', penpot_ldap_auth | ternary('enable', 'disable') ~ '-login-with-ldap', penpot_oidc_auth | ternary('enable','disable') ~ '-login-with-oidc' ] }}
|
||||
tags: penpot
|
||||
|
Reference in New Issue
Block a user