X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=ansible%2Froles%2Fvm%2Fguest%2Ftasks%2Fmain.yml;h=e3ffd10779fd830b2a4550e367b6e2e6c14ab182;hb=7d815ed7383e6c18c2f5b439480c3bb389af99c0;hp=e328026abb620478f36fc2f444f14e13b9a2202e;hpb=3580da61ad003eb4403ebf85011f32c17cf9b3f3;p=noc.git diff --git a/ansible/roles/vm/guest/tasks/main.yml b/ansible/roles/vm/guest/tasks/main.yml index e328026..e3ffd10 100644 --- a/ansible/roles/vm/guest/tasks/main.yml +++ b/ansible/roles/vm/guest/tasks/main.yml @@ -2,6 +2,7 @@ apt: name: rng-tools state: present + force_apt_get: yes - name: Configure rngd [1/2] lineinfile: @@ -34,4 +35,4 @@ content: | [Service] ExecStart= - ExecStart=-/sbin/agetty --keep-baud 115200,38400,9600 --noclear --autologin root --login-pause --host {{ vm_install_host }} %I $TERM + ExecStart=-/sbin/agetty --keep-baud 115200,38400,9600 --noclear --autologin root --login-pause --host {{ vm_host }} %I $TERM