openldap_server icon indicating copy to clipboard operation
openldap_server copied to clipboard

issue with xenial

Open Lewiscowles1986 opened this issue 8 years ago • 4 comments

Deployed a xenial droplet on digitalocean, installed python, created ansible.cfg so I could specify the user and private key file, installed python to bypass first error, now this...

failed: [###.###.###.###] (item=[u'openldap_server_pkgs']) => {"failed": true, "item": ["openldap_server_pkgs"], "msg": "No package matching 'openldap_server_pkgs' is available"}

I believe it's called slapd in xenial, I'll try to take a look and PR when I have some time

Lewiscowles1986 avatar Feb 18 '17 03:02 Lewiscowles1986

Have you been able to get it to work yet on xenial?

Kbman99 avatar Mar 10 '17 21:03 Kbman99

tbf I haven't done much in 21 days but the package for the server is indeed slapd in xenial if that helps.

Lewiscowles1986 avatar Mar 11 '17 07:03 Lewiscowles1986

Hello,

You probably shoud use :

  • name: Install the openldap and required Packages for RedHat yum: name={{ item }} state=installed with_items: "{{openldap_server_pkgs}}"

instead of :

  • name: Install the openldap and required Packages for RedHat yum: name={{ item }} state=installed with_items: openldap_server_pkgs

Best regards, Yasser

ysalimi avatar Jul 19 '17 09:07 ysalimi

@ysalimi I'm unsure if this was to me, but surely when: in case of re-writing would be a good idea Link; and not mentioning yum on an ubuntu specific issue might be another idea?

TBF as there is no commercial need for this package from me I haven't touched it

Lewiscowles1986 avatar Jul 19 '17 09:07 Lewiscowles1986