fix(nsjail): make ansible collections mount non-mandatory (#9510)

This commit is contained in:
Ruben Fiszel
2026-06-10 12:54:34 +00:00
committed by GitHub
parent dc368a9669
commit 08da7a121b
@@ -98,6 +98,7 @@ mount {
src: "{JOB_DIR}/ansible_collections/"
dst: "/tmp/ansible_collections/"
is_bind: true
mandatory: false
}
mount {