mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-26 08:01:38 +00:00
fix(nsjail): make ansible collections mount non-mandatory (#9510)
This commit is contained in:
@@ -98,6 +98,7 @@ mount {
|
||||
src: "{JOB_DIR}/ansible_collections/"
|
||||
dst: "/tmp/ansible_collections/"
|
||||
is_bind: true
|
||||
mandatory: false
|
||||
}
|
||||
|
||||
mount {
|
||||
|
||||
Reference in New Issue
Block a user