Add grip to python packages

This commit is contained in:
2020-03-15 23:56:37 +00:00
parent af8bcd446d
commit 3d376d9ff2

View File

@@ -5,6 +5,7 @@
install_python_global_packages () { install_python_global_packages () {
local packages=( local packages=(
'ansible' 'ansible'
'grip'
'molecule[docker]' 'molecule[docker]'
'yamllint' 'yamllint'
) )