you are still stacking:

 ssh_public_key: "{{ lookup('file', '{{ keyfile }}') }}"

should be:

ssh_public_key: "{{ lookup('file', keyfile) }}"


----------
Brian Coca

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CACVha7dB8SB4tC%3DxYoDsYts25j3Xzrj9vHNy-FiyiQ%3DCxsSXgA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to