mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-15 18:46:31 +00:00
IND-2341 Disable install ansible-lint
This commit is contained in:
parent
3cc4a1175a
commit
17fe468fdb
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ RUN apk add build-base \
|
|||
RUN python3 -m pip install --upgrade pip
|
||||
|
||||
# Install Ansible linter
|
||||
RUN pip3 install ansible-lint
|
||||
#RUN pip3 install ansible-lint
|
||||
|
||||
# Install PowerShell
|
||||
# https://docs.microsoft.com/en-us/powershell/scripting/install/install-alpine?view=powershell-7.2#installation-steps
|
||||
|
|
|
|||
Loading…
Reference in a new issue