Skip to content

Commit 15e2027

Browse files
authored
Merge pull request #346 from PendaGTP/fix/explicit-boolean-condition-in-realm-task
fix: use explicit boolean condition
2 parents b90e755 + c635600 commit 15e2027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/realms_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
owner: root
4747
group: www-data
4848
mode: "0700"
49-
when: pve_ldap_realms_with_bind_pw | length
49+
when: pve_ldap_realms_with_bind_pw | length > 0
5050

5151
- name: Ensure ldap-based realm secret files exists
5252
ansible.builtin.file:

0 commit comments

Comments
 (0)