Make sure the database is created as well
This commit is contained in:
parent
d15f5f653b
commit
75fe71e469
|
@ -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 }}'",
|
||||
|
|
Loading…
Reference in New Issue