Commit 74ceeef2 by John Jarvis

adding comment

parent 91cb0ec2
......@@ -10,6 +10,8 @@
when: public_key is not defined
- command: mktemp
register: mktemp
# This command will fail if this returns zero lines which will prevent
# the last key from being removed
- shell: >
grep -Fv '{{ public_key }}' {{ keyfile }} > {{ mktemp.stdout }}
- shell: >
......
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