Add yamllint to python packages

This commit is contained in:
2019-12-27 22:42:24 +00:00
parent 1aefb225bc
commit d701574f45

View File

@@ -6,6 +6,7 @@ install_python_global_packages () {
local packages=(
'ansible'
'molecule[docker]'
'yamllint'
)
if (( $+commands[brew] )); then