openldap_server icon indicating copy to clipboard operation
openldap_server copied to clipboard

Fix / deprecated ansible syntax on install ldap file

Open ridwanbejo opened this issue 5 years ago • 0 comments

Fix deprecated ansible syntax which are not compatible with Ubuntu >= 18.04:

  • change state=installed to state=present
  • with_items should use "{{ ... }}"
  • replace some {{ . }} to "{{ .. }}"

ridwanbejo avatar Jun 08 '20 10:06 ridwanbejo