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:
Giuseppe Scrivano 2018-02-01 18:45:49 +01:00
parent ef57cf2810
commit 4f955ae223
No known key found for this signature in database
GPG Key ID: 263D6DF2E163E1EA
1 changed files with 1 additions and 0 deletions

View File

@ -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"