I'm hoping someone can help me out.

I have a playbook to install Graylog2 on an EC2 host. The playbook fails on:

'TASK [graylog : setting nginx pass]'

with the following error:

'FAILED! => {"changed": false, "failed": true, "msg": "This module requires 
the passlib Python library"}'

Within the .yml file for this particular role I have:

- name: install python-passlib
  yum: name=python-passlib state=present
  tags: graylog2

which is before the setting nginx pass task:

- name: setting nginx pass
  htpasswd: path=/etc/nginx/htpasswd.users name=name password=password 
owner=root group=root mode=0640
  tags: graylog2


Has anyone else come across this issue previously? Any advice on how to 
resolve?

Thanks, Matt

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/79b207eb-1841-456a-9887-9cf8e9762c3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to