mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Add shell check disable back in
This commit is contained in:
parent
b3ccff80e4
commit
f72f980812
1 changed files with 2 additions and 1 deletions
|
@ -3697,7 +3697,8 @@ install_centos_git_deps() {
|
|||
|
||||
__install_pip_pkgs "${_PIP_PACKAGES}" "${_PY_EXE}" || return 1
|
||||
else
|
||||
__yum_install_noinput "${__PACKAGES}" || return 1
|
||||
# shellcheck disable=SC2086
|
||||
__yum_install_noinput ${__PACKAGES} || return 1
|
||||
fi
|
||||
|
||||
# Let's trigger config_salt()
|
||||
|
|
Loading…
Add table
Reference in a new issue