Commit 250200bc authored by nanahira's avatar nanahira

fix perm

parent eafe15f2
Pipeline #585 passed with stage
in 3 minutes and 57 seconds
......@@ -26,6 +26,7 @@
state: directory
owner: '{{item.owner}}'
group: '{{item.owner}}'
mode: 0755
when: china_mirror_pip
with_items:
- path: '{{ansible_user_dir}}'
......@@ -43,6 +44,7 @@
dest: '{{item.path}}/.pip/pip.conf'
owner: '{{item.owner}}'
group: '{{item.owner}}'
mode: 0644
when: china_mirror_pip
with_items:
- path: '{{ansible_user_dir}}'
......
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