openldap_server
openldap_server copied to clipboard
Fix / deprecated ansible syntax on install ldap file
Fix deprecated ansible syntax which are not compatible with Ubuntu >= 18.04:
- change
state=installedtostate=present with_itemsshould use"{{ ... }}"- replace some
{{ . }}to"{{ .. }}"