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"