Update to 2022-08-29 21:00

This commit is contained in:
Daniel Berteaud
2022-08-29 21:00:19 +02:00
parent b213df4df4
commit af54ca5dc1
4 changed files with 10 additions and 10 deletions

View File

@@ -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