Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with xenial #22

Open
Lewiscowles1986 opened this issue Feb 18, 2017 · 4 comments
Open

issue with xenial #22

Lewiscowles1986 opened this issue Feb 18, 2017 · 4 comments

Comments

@Lewiscowles1986
Copy link

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

@Kbman99
Copy link

Kbman99 commented Mar 10, 2017

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

@Lewiscowles1986
Copy link
Author

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

@ysalimi
Copy link

ysalimi commented Jul 19, 2017

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

@Lewiscowles1986
Copy link
Author

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants