fix boolean in conditionals - migrate to ansible-core 2.19
This commit is contained in:
parent
381c65d5c2
commit
957da88d3d
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue