Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Sep 11, 2019
1 parent e8f51df commit 80701b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menu/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@

- name: Import pip.conf into /home/{{ user.name }}/.config/pip/pip.conf
copy:
src: "pip.conf"
dest: "/home/"{{ user.name }}"/.config/pip/pip.conf"
src: 'pip.conf'
dest: /home/"{{ user.name }}"/.config/pip/pip.conf
owner: "{{ user.name }}"
group: "{{ user.name }}"
mode: 0775
Expand Down

0 comments on commit 80701b1

Please sign in to comment.