ozwillo: add primary=True to create-hobo (#22496)

As cook is launched from a thread inside a tenant, we must force
primary=True or cook will try to create a secondary hobo.
This commit is contained in:
Benjamin Dauvergne 2018-03-13 17:12:59 +01:00
parent 72ca424f10
commit a50f2f1dfa
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
"steps": [
{
"create-hobo": {
"url": "https://${hobo}/"
"url": "https://${hobo}/",
"primary": true
}
},
{