diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-06-22 01:12:15 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-06-22 01:12:15 +0200 |
commit | b13af9ddfd01117b350243dd1cc483a35a420611 (patch) | |
tree | 6d6faee4278235ee79fb3ee0c2a18729e5715b19 /roles/vm/guest | |
parent | move r3-cccamp19 stuff to _graveyard_, introduce new kvm groups (diff) |
all vm hosts/guests use the new network config schema
Diffstat (limited to 'roles/vm/guest')
-rw-r--r-- | roles/vm/guest/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/vm/guest/tasks/main.yml b/roles/vm/guest/tasks/main.yml index 72ea3272..e68f04df 100644 --- a/roles/vm/guest/tasks/main.yml +++ b/roles/vm/guest/tasks/main.yml @@ -39,4 +39,4 @@ content: | [Service] ExecStart= - ExecStart=-/sbin/agetty --keep-baud 115200,38400,9600 --noclear --autologin root --login-pause --host {{ install_cooked.vm.host }} %I $TERM + ExecStart=-/sbin/agetty --keep-baud 115200,38400,9600 --noclear --autologin root --login-pause --host {{ vm_host_cooked.name }} %I $TERM |