mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add yamllint to python packages
This commit is contained in:
@@ -6,6 +6,7 @@ install_python_global_packages () {
|
|||||||
local packages=(
|
local packages=(
|
||||||
'ansible'
|
'ansible'
|
||||||
'molecule[docker]'
|
'molecule[docker]'
|
||||||
|
'yamllint'
|
||||||
)
|
)
|
||||||
|
|
||||||
if (( $+commands[brew] )); then
|
if (( $+commands[brew] )); then
|
||||||
|
|||||||
Reference in New Issue
Block a user