change group

This commit is contained in:
xfnw 2021-07-15 10:14:29 -04:00
parent 33692b7b74
commit 49d39eda86
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ loadmodule "extensions/override_kick_immunity";
serverinfo {
name = "{{ inventory_hostname }}";
sid = "{{ serverid }}";
sid = "{{ sid }}";
description = "{% if description is defined %}{{ description }}{% else %}solanum fox server{% endif %}";
network_name = "vulpineawoo";

View File

@ -1,4 +1,4 @@
- hosts: all
- hosts: vulpineawoo
remote_user: root
tasks: