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
|
- name: configure ldap app
|
||||||
nextcloud_ldap:
|
nextcloud_ldap:
|
||||||
config: "{{ nextcloud.ldap }}"
|
config: "{{ nextcloud.ldap }}"
|
||||||
when:
|
when: nextcloud.ldap.config is truthy
|
||||||
- nextcloud.ldap.config
|
|
||||||
|
|
||||||
- include_tasks: groupfolders.yml
|
- include_tasks: groupfolders.yml
|
||||||
when:
|
when: nextcloud.groupfolders is truthy
|
||||||
- nextcloud.groupfolders
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue