Hi everyone! I'm trying to do a native installation for Hawthorn on aws ubuntu 16.04 and it stucks at installing mongodb. It seems to be looking for mongodb 3.2.16 specifically. Has anyone encountered the same issue? Here is the log:
TASK [mongo_3_2 : install mongo server and recommends] *************************
failed: [localhost] (item=[u'mongodb-org=3.2.16', u'mongodb-org-server=3.2.16', u'mongodb-org-shell=3.2.16', u'mongodb-org-mongos=3.2.16', u'mongodb-org-tools=3.2.16']) => {"failed": true, "item": ["mongodb-org=3.2.16", "mongodb-org-server=3.2.16", "mongodb-org-shell=3.2.16", "mongodb-org-mongos=3.2.16", "mongodb-org-tools=3.2.16"], "msg": "No package matching 'mongodb-org-shell' is available"}