Browse Source

remove task to read public key from shell

update_ca_key
Edoardo Putti 8 years ago
parent
commit
f7a533b89b
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      roles/lxc_guest/tasks/main.yaml

+ 0
- 4
roles/lxc_guest/tasks/main.yaml View File

@ -78,10 +78,6 @@
path: "/etc/ssh/ssh_host_ed25519_key.pub"
register: vm_public_key
- name: get pub key
shell: lxc-attach -n {{ vm_name }} --clear-env -e -- bash -c "cat /etc/ssh/ssh_host_ed25519_key.pub"
register: pub_key
- debug: var=pub_key verbosity=2
- name: generate host request


Loading…
Cancel
Save