From f70db2f878df1182f8671bfa5c966a6e2a95be18 Mon Sep 17 00:00:00 2001 From: saibotk Date: Wed, 22 Sep 2021 02:52:34 +0200 Subject: [PATCH] playbooks: Adjust maubot and webhooks host groups to not use "-" char --- playbooks/matrix_maubot.yml | 2 +- playbooks/matrix_webhooks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/matrix_maubot.yml b/playbooks/matrix_maubot.yml index eb1a167..cd33b70 100644 --- a/playbooks/matrix_maubot.yml +++ b/playbooks/matrix_maubot.yml @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -- hosts: matrix-maubot +- hosts: matrix_maubot roles: - docker - docker_compose diff --git a/playbooks/matrix_webhooks.yml b/playbooks/matrix_webhooks.yml index b10185d..86e1e58 100644 --- a/playbooks/matrix_webhooks.yml +++ b/playbooks/matrix_webhooks.yml @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -- hosts: matrix-webhooks +- hosts: matrix_webhooks roles: - docker - docker_compose