rewording and removed trailing newlines
diff --git a/roles/head-prep/tasks/main.yml b/roles/head-prep/tasks/main.yml
index 7755eba..f875729 100644
--- a/roles/head-prep/tasks/main.yml
+++ b/roles/head-prep/tasks/main.yml
@@ -52,7 +52,7 @@
     generate_ssh_key=yes
     groups="libvirtd" append=yes
 
-- name: Get public key
+- name: Register public key
   shell: cat {{ ansible_user_dir }}/.ssh/id_rsa.pub
   register: sshkey
 
@@ -70,7 +70,3 @@
 - name: Get ubuntu image for uvtool
   shell: uvt-simplestreams-libvirt sync --source http://cloud-images.ubuntu.com/daily release={{ ansible_distribution_release }} arch=amd64
 
-
-
-
-