Make sure the database is created as well

This commit is contained in:
Moritz Heiber 2017-04-22 09:14:32 +02:00
parent d15f5f653b
commit 75fe71e469
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@
},
{
"type": "ansible",
"playbook_file": "ansible/playbook.yml"
"playbook_file": "ansible/playbook.yml",
"extra_arguments": [ "--extra-vars", "\"mastodon_db_password=CHANGEME mastodon_db_login_unix_socket=/var/run/postgresql\"" ]
},
{ "type": "shell",
"execute_command": "{{ .Vars }} sudo -E -S sh '{{ .Path }}'",