master
Michael Wilson 3 years ago
parent 72b6d4f3ce
commit 6a42e7f25c
  1. 2
      hetzner/autoinstall/tasks/main.yml

@ -19,7 +19,7 @@
dest: "{{ autoinstall_authorized_keys_dest }}" dest: "{{ autoinstall_authorized_keys_dest }}"
- name: run autoinstall - name: run autoinstall
shell: ". ~/.bashrc && installimage -a -c {{ autoinstall_setup_conf_dest }} -x {{ autoinstall_post_install_dest }}" shell: "/root/.oldroot/nfs/install/installimage -a -c {{ autoinstall_setup_conf_dest }} -x {{ autoinstall_post_install_dest }}"
- name: reboot - name: reboot
reboot: reboot:

Loading…
Cancel
Save