From 5a987e4ffc1983cf65901383f27db49221104a80 Mon Sep 17 00:00:00 2001 From: Steffen Scheib <37306894+sscheib@users.noreply.github.com> Date: Sat, 7 Sep 2024 00:42:10 +0200 Subject: [PATCH] fix: Adding missing EE option skip_pip_install (#4299) Signed-off-by: Steffen Scheib Co-authored-by: Ajinkya Udgirkar Co-authored-by: Alison Hart --- src/ansiblelint/schemas/execution-environment.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ansiblelint/schemas/execution-environment.json b/src/ansiblelint/schemas/execution-environment.json index 7d44ab38c5..3ac1230176 100644 --- a/src/ansiblelint/schemas/execution-environment.json +++ b/src/ansiblelint/schemas/execution-environment.json @@ -278,6 +278,10 @@ "description": "Disables the check for Ansible/Runner in final image", "type": "boolean" }, + "skip_pip_install": { + "description": "Disables the installation of pip in the base image", + "type": "boolean" + }, "user": { "description": "Sets the username or UID", "type": "string"