futuresystems / big-data-stack

Hadoop-based Big Data stack (hdfs, yarn, spark, etc)
Apache License 2.0
6 stars 17 forks source link

Missing python #85

Closed badmutex closed 7 years ago

badmutex commented 7 years ago

ansible -m ping fails as python is not installed

badmutex commented 7 years ago

This fixes

ansible all -b -m raw -u ubuntu -a 'apt -y update && apt install -y python-minimal