On Saturday, December 14, 2019 at 10:44:49 AM UTC+1, anemarkus wrote:
>
> hi,
> I installed ansible via pip on a CentOS 7 workstation
>
> $ sudo yum install python-virtualenv
> $ virtualenv venv
> $ . venv/bin/activate
> $ pip install ansible
>
> but all installed binaries are missing the execute permission
>
> $ ls -l venv/bin/ansible
> -rw-rw-r--. 1 me me 5975 Dec 14 10:35 venv/bin/ansible
>
> why is that?
>

I found out that it happens with /tmp mounted with noexec option
There is an issue about that
https://github.com/ansible/ansible/issues/57436

-- 
best regards, markus

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/1e9b1b55-a9b0-4c51-9e95-dc0da99a3b08%40googlegroups.com.

Reply via email to