Commit b44a4f1f by Feanil Patel

Install the system requirements for ansible-2x

parent d966d2ab
......@@ -307,7 +307,7 @@ if [[ ! -x /usr/bin/git || ! -x /usr/bin/pip ]]; then
/usr/bin/apt-get update
/usr/bin/apt-get install -y git python-pip python-apt \\
git-core build-essential python-dev libxml2-dev \\
libxslt-dev curl libmysqlclient-dev --force-yes
libxslt-dev curl libmysqlclient-dev libffi-dev libssl-dev --force-yes
fi
# python3 is required for certain other things
......
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