playbooks: Adjust maubot and webhooks host groups to not use "-" char

This commit is contained in:
saibotk 2021-09-22 02:52:34 +02:00
parent a1ee824f84
commit f70db2f878
Signed by: saibotk
GPG key ID: 67585F0065E261D5
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
- hosts: matrix-maubot - hosts: matrix_maubot
roles: roles:
- docker - docker
- docker_compose - docker_compose

View file

@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
- hosts: matrix-webhooks - hosts: matrix_webhooks
roles: roles:
- docker - docker
- docker_compose - docker_compose