Create directories
This commit is contained in:
parent
87e0159e88
commit
736e06dcaf
@ -14,6 +14,14 @@
|
|||||||
- python-gist
|
- python-gist
|
||||||
- yapf
|
- yapf
|
||||||
|
|
||||||
|
- name: python create directories
|
||||||
|
file:
|
||||||
|
state: directory
|
||||||
|
dest: '{{item}}'
|
||||||
|
with_items:
|
||||||
|
- ~/.ipython/profile_default
|
||||||
|
- ~/.config/pip
|
||||||
|
|
||||||
- name: python create symbolic links
|
- name: python create symbolic links
|
||||||
file:
|
file:
|
||||||
state: link
|
state: link
|
||||||
|
Reference in New Issue
Block a user