vm/guest: Update autologon task (vm_host renamed to vm_install_host)
authornicoo <nicoo@realraum.at>
Wed, 5 Feb 2020 15:54:13 +0000 (16:54 +0100)
committernicoo <nicoo@realraum.at>
Wed, 5 Feb 2020 15:54:13 +0000 (16:54 +0100)
ansible/roles/vm/guest/tasks/main.yml

index 75245ed..2c34699 100644 (file)
@@ -21,4 +21,4 @@
     content: |
       [Service]
       ExecStart=
-      ExecStart=-/sbin/agetty --keep-baud 115200,38400,9600 --noclear --autologin root --login-pause --host {{ vm_host }} %I $TERM
+      ExecStart=-/sbin/agetty --keep-baud 115200,38400,9600 --noclear --autologin root --login-pause --host {{ vm_install_host }} %I $TERM