Commit 91cb0ec2 by John Jarvis

wrong var name

parent 5146e3d0
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
owner: ubuntu owner: ubuntu
keyfile: "/home/{{ owner }}/.ssh/authorized_keys" keyfile: "/home/{{ owner }}/.ssh/authorized_keys"
tasks: tasks:
- fail: msg="You must pass in a public_key_line" - fail: msg="You must pass in a public_key"
when: public_key is not defined when: public_key is not defined
- command: mktemp - command: mktemp
register: mktemp register: mktemp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment