From 59841c793fb76e63a008d71acb5f4b5074a069d0 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jan 22 2018 08:14:35 +0000 Subject: make the vagrant setup use postgres by default --- diff --git a/ansible/vagrant-playbook.yml b/ansible/vagrant-playbook.yml index f24cfa8..b760bf3 100644 --- a/ansible/vagrant-playbook.yml +++ b/ansible/vagrant-playbook.yml @@ -15,7 +15,7 @@ - role: hubs hubs_url_hostname: localhost hubs_secret_key: vagrantmachinesecretkey - hubs_db_type: sqlite + hubs_db_type: postgresql hubs_dev_mode: true tasks: