Those packages help the RPI to install ansible without having to build some libs
@@ -3,6 +3,9 @@
# install packages
sudo apt-get install -y python-pip libssl-dev
+# this is used to help the RPI
+sudo apt-get install -y libffi-dev python-yaml python-pycparser python-paramiko python-markupsafe
+
# install ansible
sudo pip install ansible==2.1.1.0