Update to 2023-03-15 13:00

This commit is contained in:
Daniel Berteaud
2023-03-15 13:00:10 +01:00
parent 3b54686dc2
commit e930dce415
5 changed files with 7 additions and 7 deletions

View File

@@ -29,5 +29,5 @@
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' ] }}
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', 'enable-smtp' ] }}
tags: penpot