Are you checking on the nodes you're trying to manage, or on the machine
that has ansible installed?

My guess is you need it on the nodes, so a task above the copy like

- name: install selinux bindings
  yum: name=libselinux-python state=present

will push it out before you need to use it.

On 19 September 2014 13:36, Zhenkai Jiang <[email protected]> wrote:
>
>
> I was trying to use copy module which rely on  libselinux-python when
> selinux is enabled i think.
>
> The weird thing is I have checked every single environment, they have
> already have latest libselinux-python installed.....
>
> What can I do now?
>
> Much appreciated.
>
> --
> 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/9d47e86d-9213-4d5c-ab42-22f458e00bd5%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/CAK5eLPS6p7Bdmn9S-gAxAoJvPWfCPW-%3DAaGXttEed6O2xJTrvA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to