Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1085)

Side by Side Diff: skolo/raspberry-pi/ansible_scripts/cp_gitconfig_netrc.yml

Issue 2308033002: Update RPIs to use .gitconfig and .netrc (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Fix copypasta Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 ---
2 - hosts: all
3 remote_user: chrome-bot
4 tasks:
5
6 - name: Copy .gitconfig to home
7 copy: src=/opt/prod/root/opt/.gitconfig dest=/home/chrome-bot/.gitconfig owner=chrome-bot group=chrome-bot mode=0644
8 - name: Copy .netrc to home
9 copy: src=/opt/prod/root/opt/.netrc dest=/home/chrome-bot/.netrc owner=ch rome-bot group=chrome-bot mode=0644
10
OLDNEW
« no previous file with comments | « skolo/raspberry-pi/ansible_scripts/cp_authorized_keys.yml ('k') | skolo/raspberry-pi/ansible_scripts/df_check.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698