Commit ab40a58c authored by manoj v's avatar manoj v
Browse files

Issue #345 chore: removed install keys

parent 3c76f187
No related merge requests found
Showing with 0 additions and 4 deletions
+0 -4
......@@ -13,7 +13,3 @@
- name: Add ssh public key
authorized_key: user="{{ user }}" key="{{ public_key }}"
become: yes
- name: Install key
copy: content="{{ public_key }}" dest=/home/{{ user }}/.ssh/{{ public_key }} mode=600 owner={{ user }}
become: yes
\ No newline at end of file
Supports Markdown
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