project-sunbird / project-sunbird.github.io

Documentation on how to use the Sunbird, an open, collaborative platform for 21st century digital education
http://sunbird.org/
MIT License
7 stars 60 forks source link

Database installation steps fail due to old ansible version #147

Open coolbung opened 6 years ago

coolbung commented 6 years ago

Get the below error when running the install-dbs.sh E: Version '2.4.1.0-1ppa~xenial' for 'ansible' was not found Checked with apt-cache info and seems like 2.4.2.0-1ppa~xenial is the version avaialble.

How do you suggest we address @mathewjpallan @steotia ?

Suggest changing the version to a wildcard version string 2.4* in install-dbs.sh. However this will fail later when a version newer than 2.4 comes.

coolbung commented 6 years ago

https://github.com/project-sunbird/sunbird-devops/pull/16

nawabahmadreshi commented 6 years ago

@coolbung any updates ?

nawabahmadreshi commented 6 years ago

PR merged https://github.com/project-sunbird/sunbird-devops/pull/16