mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-15 21:41:15 +00:00
Add tool: yq
This commit is contained in:
@@ -74,6 +74,7 @@ npm_enabled:
|
||||
pip_enabled:
|
||||
- ansible
|
||||
- yamllint
|
||||
- yq
|
||||
|
||||
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
@@ -331,6 +332,9 @@ pip_available:
|
||||
yamllint:
|
||||
name: yamllint
|
||||
check: yamllint --version 2>&1 | grep -E '[.0-9]+'
|
||||
yq:
|
||||
name: yq
|
||||
check: yq --version 2>&1 | grep -E '^yq\s+[.0-9]+$'
|
||||
|
||||
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user