docker_compose install fails on CentOS
Summary
docker_compose
install action fails on fresh CentOS installation.
Steps to reproduce
Run virtual machine with CentOS and try to install docker_compose
using this role.
Expected behavior
docker_compose
should install.
Actual behavior
Action fails on installing docker_compose
because of package python-requests
is installed using system package manager and pip could not install (update) newer version which is required.
Possible fixes
Maybe uninstall python-requests
package.