Skip to content

Commit

Permalink
do not copy bashrc
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
  • Loading branch information
adam-stokes committed Oct 6, 2020
1 parent 58d07ef commit b8cde45
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions jobs/build-debs/debuilder-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@
python3-dev \
python3-pip \
tox
- name: copy bashrc
copy:
src: "fixtures/bashrc"
dest: /root/.bashrc
owner: root
group: root
mode: 0644
force: yes
- name: copy ssh creds
copy:
src: "{{ lookup('env', 'CDKBOTSSHCREDS') }}"
Expand Down

0 comments on commit b8cde45

Please sign in to comment.