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 574f588 commit 82de655
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions menu/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@
ignore_errors: yes
when: (not unrar_binary.stat.exists)

- name: Import pip.conf into /home/{{ user.name }}/.config/pip/pip.conf
copy:
src: 'pip.conf'
dest: /home/root/.config/pip/pip.conf
owner: root
group: root
mode: 0775
force: yes
# - name: Import pip.conf into /home/{{ user.name }}/.config/pip/pip.conf
# copy:
# src: 'pip.conf'
# dest: /home/root/.config/pip/pip.conf
# owner: root
# group: root
# mode: 0775
# force: yes

- name: Install common pip modules
pip:
Expand Down

0 comments on commit 82de655

Please sign in to comment.