Commit 7c58ae70 authored by Rafael Monnerat's avatar Rafael Monnerat

playbook: Use pip install instead easy_install to upgrade slapcache

parent 39f27fbc
# easy_install module for ansible version on debian 8 cannot upgrade package
- name: Install/Upgrade latest slapos.libnetworkcache
shell: easy_install --upgrade slapos.libnetworkcache
shell: pip install --upgrade slapos.libnetworkcache
- name: Instal/Upgrade latest slapcache
shell: easy_install --upgrade slapcache
shell: pip install --upgrade slapcache
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment