Skip to content

Commit 5a987e4

Browse files
sscheibaudgirkaalisonlhart
authored
fix: Adding missing EE option skip_pip_install (#4299)
Signed-off-by: Steffen Scheib <[email protected]> Co-authored-by: Ajinkya Udgirkar <[email protected]> Co-authored-by: Alison Hart <[email protected]>
1 parent b56c931 commit 5a987e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ansiblelint/schemas/execution-environment.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,10 @@
278278
"description": "Disables the check for Ansible/Runner in final image",
279279
"type": "boolean"
280280
},
281+
"skip_pip_install": {
282+
"description": "Disables the installation of pip in the base image",
283+
"type": "boolean"
284+
},
281285
"user": {
282286
"description": "Sets the username or UID",
283287
"type": "string"

0 commit comments

Comments
 (0)