Skip to content

Commit

Permalink
Create copyssh.yml
Browse files Browse the repository at this point in the history
Copy SSH File from .ssh directory to /tmp folder modify the destination accordingly
  • Loading branch information
Ankam Ravi Kumar authored Dec 28, 2018
1 parent d400f2d commit 044a252
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions copyssh.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
- hosts: localhost
user: aravi
tasks:
- copy:
src: /home/aravi/.ssh/id_rsa.pub
dest: /tmp/
owner: aravi

0 comments on commit 044a252

Please sign in to comment.