Add python lint tools to adm hosts
This commit is contained in:
parent
dc51edb84a
commit
fc5b9a6246
1 changed files with 2 additions and 0 deletions
|
@ -39,8 +39,10 @@
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: installed
|
state: installed
|
||||||
with_items:
|
with_items:
|
||||||
|
- python3-flake8
|
||||||
- libvirt-client
|
- libvirt-client
|
||||||
- make
|
- make
|
||||||
|
- pylint
|
||||||
- virt-install
|
- virt-install
|
||||||
- whois
|
- whois
|
||||||
- yamllint
|
- yamllint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue