Hi Dick,

Thanks for the response. It looks like version 1.5 is installed.

How would I go about installing version 1.6 or 1.7?

Many thanks, Matt

On Wednesday, March 29, 2017 at 7:33:29 PM UTC+1, Dick Davies wrote:
>
> what version of passlib? docs say 1.6 or better. IIRC EPEL6 has 
> 1.5.something. 
> EL7 should be ok. 
>
> On 29 March 2017 at 17:52, Matthew Cooper <[email protected] 
> <javascript:>> wrote: 
> > 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] <javascript:>. 
> > To post to this group, send email to [email protected] 
> <javascript:>. 
> > 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. 
>

-- 
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/ea4700da-1b0e-4382-a6fb-9ebab74f8cce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to