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