diff --git a/roles/gitlab_runner/tasks/main.yml b/roles/gitlab_runner/tasks/main.yml index 82343a9994238ea9b4682c02440f2baff554d627..2bd92f56df2aa3127547f2836304151f45902b04 100644 --- a/roles/gitlab_runner/tasks/main.yml +++ b/roles/gitlab_runner/tasks/main.yml @@ -80,9 +80,9 @@ - {src: libvirt-executor-update-base-image, dest: /usr/local/bin/, mode: 755} - name: create SSH keys for libvirt-executor - command: ssh-keygen -N "" -f /etc/libvirt-executor/id_rsa + command: ssh-keygen -N "" -f /etc/libvirt-executor/id_ed25519 -t ed25519 args: - creates: /etc/libvirt-executor/id_rsa + creates: /etc/libvirt-executor/id_ed25519 - name: install libvirt-executor-update-base-image.{service,timer} copy: src={{ item }} dest=/etc/systemd/system/{{ item }} owner=root group=root mode=0644