Compare commits
4 Commits
87e0159e88
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| d31bbb737a | |||
| 8d560a3598 | |||
| ba5a5268b6 | |||
| 736e06dcaf |
27
tasks.yaml
27
tasks.yaml
@@ -1,18 +1,25 @@
|
||||
---
|
||||
- name: python install pip packages
|
||||
pip:
|
||||
name: '{{item}}'
|
||||
name:
|
||||
- flake8
|
||||
- grip
|
||||
- ipdb
|
||||
- ipython
|
||||
- isort
|
||||
- pylint
|
||||
- python-gist
|
||||
- yapf
|
||||
state: latest
|
||||
extra_args: --user
|
||||
|
||||
- name: python create directories
|
||||
file:
|
||||
state: directory
|
||||
dest: '{{item}}'
|
||||
with_items:
|
||||
- flake8
|
||||
- grip
|
||||
- ipdb
|
||||
- ipython
|
||||
- isort
|
||||
- pylint
|
||||
- python-gist
|
||||
- yapf
|
||||
- ~/.config/ipython/profile_default
|
||||
- ~/.config/pip
|
||||
|
||||
- name: python create symbolic links
|
||||
file:
|
||||
@@ -25,6 +32,6 @@
|
||||
- src: ~/.config/python/pylintrc
|
||||
dest: ~/.pylintrc
|
||||
- src: ~/.config/python/ipython_config.py
|
||||
dest: ~/.ipython/profile_default/ipython_config.py
|
||||
dest: ~/.config/ipython/profile_default/ipython_config.py
|
||||
- src: ~/.config/python/pip.conf
|
||||
dest: ~/.config/pip/pip.conf
|
||||
|
||||
Reference in New Issue
Block a user