Compare commits
5 Commits
5d3443e496
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| d31bbb737a | |||
| 8d560a3598 | |||
| ba5a5268b6 | |||
| 736e06dcaf | |||
| 87e0159e88 |
21
tasks.yaml
21
tasks.yaml
@@ -1,10 +1,7 @@
|
||||
---
|
||||
- name: Python install pip packages
|
||||
- name: python install pip packages
|
||||
pip:
|
||||
name: '{{item}}'
|
||||
state: latest
|
||||
extra_args: --user
|
||||
with_items:
|
||||
name:
|
||||
- flake8
|
||||
- grip
|
||||
- ipdb
|
||||
@@ -13,8 +10,18 @@
|
||||
- pylint
|
||||
- python-gist
|
||||
- yapf
|
||||
state: latest
|
||||
extra_args: --user
|
||||
|
||||
- name: Python create symbolic links
|
||||
- name: python create directories
|
||||
file:
|
||||
state: directory
|
||||
dest: '{{item}}'
|
||||
with_items:
|
||||
- ~/.config/ipython/profile_default
|
||||
- ~/.config/pip
|
||||
|
||||
- name: python create symbolic links
|
||||
file:
|
||||
state: link
|
||||
src: '{{item.src}}'
|
||||
@@ -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