Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ansible/roles/jenkinsslave/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
owner={{ jenkinsuser }}
group={{ jenkinsuser }}
mode=0700
remote_src=True
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the original intention (@aleksandra-tarkowska) was that keys would be copied from a local directory. Copying from a remote_src would only work if the key has already been copied in some other way, which in general won't be the case.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pointing snoopy_dir_path: to a local dir did not make any difference if it is what you mean

with_items:
- { srcfile: "config", dest: ".ssh/config" }
- { srcfile: "snoopycrimecop_github", dest: ".ssh/snoopycrimecop_github" }
Expand Down