Add ejabberd role to new cluster nodes

This commit is contained in:
Basti 2022-01-18 12:28:56 -06:00
parent 85a9e327b4
commit 7a1d670d3f
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 6 additions and 4 deletions

View File

@ -47,6 +47,7 @@
} }
}, },
"run_list": [ "run_list": [
"recipe[kosmos-base]" "recipe[kosmos-base]",
"role[ejabberd]"
] ]
} }

View File

@ -47,6 +47,7 @@
} }
}, },
"run_list": [ "run_list": [
"recipe[kosmos-base]" "recipe[kosmos-base]",
"role[ejabberd]"
] ]
} }