Error in a installation of CKAN through Ansible in a Ubuntu 14.04 virtual machine.

Hi,

I’m trying to replicate an installation of CKAN through Ansible in a Ubuntu 14.04 virtual machine.

But i have this error:

`

Run a task - as root - similar to

  • name: Create the pip cache directory with the right permissions
    file: dest={{ ckan_libdir }}/.cache owner={{ ckan_shell_user }} group={{ ckan_shell_user }} state=directory

before using pip inside the ckan virtualenv

Best,
Andrea