playbooks: Adjust maubot and webhooks host groups to not use "-" char
This commit is contained in:
parent
a1ee824f84
commit
f70db2f878
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
- hosts: matrix-maubot
|
||||
- hosts: matrix_maubot
|
||||
roles:
|
||||
- docker
|
||||
- docker_compose
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
- hosts: matrix-webhooks
|
||||
- hosts: matrix_webhooks
|
||||
roles:
|
||||
- docker
|
||||
- docker_compose
|
||||
|
|
Loading…
Add table
Reference in a new issue