integration: allow to use runc from the host
Allow to override installation of runc so that the version already installed can be used. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
ef57cf2810
commit
4f955ae223
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
|
||||
- name: clone build and install runc
|
||||
include: "build/runc.yml"
|
||||
when: "{{ not use_system_runc | default(True) | bool}}"
|
||||
|
||||
- name: clone build and install networking plugins
|
||||
include: "build/plugins.yml"
|
||||
|
|
Loading…
Reference in a new issue