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