HashNuke / ansible-elixir-stack

Ansible role to setup server with Elixir & Postgres to deploy apps
295 stars 52 forks source link

Setup with postgres v 9.5 #26

Open vsushkov opened 8 years ago

vsushkov commented 8 years ago

Postgres 9.5 is stable, so it's time to use it See issue #25

HashNuke commented 8 years ago

@vsushkov This PR just made me realize that the postgres apt repo being added should check for the version of ubuntu.

Can you add that check too? We can just support LTS versions for now (that's 14.04 and 16.04).