Use package name lists
This commit is contained in:
parent
736e06dcaf
commit
ba5a5268b6
@ -1,10 +1,7 @@
|
|||||||
---
|
---
|
||||||
- name: python install pip packages
|
- name: python install pip packages
|
||||||
pip:
|
pip:
|
||||||
name: '{{item}}'
|
name:
|
||||||
state: latest
|
|
||||||
extra_args: --user
|
|
||||||
with_items:
|
|
||||||
- flake8
|
- flake8
|
||||||
- grip
|
- grip
|
||||||
- ipdb
|
- ipdb
|
||||||
@ -13,6 +10,8 @@
|
|||||||
- pylint
|
- pylint
|
||||||
- python-gist
|
- python-gist
|
||||||
- yapf
|
- yapf
|
||||||
|
state: latest
|
||||||
|
extra_args: --user
|
||||||
|
|
||||||
- name: python create directories
|
- name: python create directories
|
||||||
file:
|
file:
|
||||||
|
Reference in New Issue
Block a user