Fix TRANSFORM_INVALID_GROUP_CHARS deprecation warning

pub.solar
Dan Arnfield 2019-05-21 10:39:33 -05:00
parent fa38c84be2
commit 093859d926
3 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@
# For improved Ansible performance, SSH pipelining is enabled by default (`ansible_ssh_pipelining=yes`).
# If this causes SSH connection troubles, feel free to disable it.
[matrix-servers]
[matrix_servers]
matrix.<your-domain> ansible_host=<your-server's external IP address> ansible_ssh_user=root ansible_ssh_pipelining=yes

View File

@ -1,6 +1,6 @@
---
- name: "Set up a Matrix server"
hosts: "{{ target if target is defined else 'matrix-servers' }}"
hosts: "{{ target if target is defined else 'matrix_servers' }}"
become: true
roles: