Commit a8ebf0af authored by nanahira's avatar nanahira

fix

parent 53d4ad60
...@@ -11,8 +11,9 @@ ...@@ -11,8 +11,9 @@
china_mirror_pip: true china_mirror_pip: true
when: china_mirror when: china_mirror
- name: clean pip dir - name: clean pip dir
become: true
file: file:
path: ~/.pip path: '{{ansible_user_dir}}/.pip'
state: absent state: absent
- name: clean easy install - name: clean easy install
become: true become: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment