fix boolean in conditionals - migrate to ansible-core 2.19

This commit is contained in:
nd 2025-09-14 18:00:57 +02:00
parent 381c65d5c2
commit 957da88d3d
No known key found for this signature in database
GPG key ID: DC6070031E5A88A6

View file

@ -3,9 +3,7 @@
- name: configure ldap app
nextcloud_ldap:
config: "{{ nextcloud.ldap }}"
when:
- nextcloud.ldap.config
when: nextcloud.ldap.config is truthy
- include_tasks: groupfolders.yml
when:
- nextcloud.groupfolders
when: nextcloud.groupfolders is truthy