contrib: test: fix runc build on AMIs

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2018-02-06 18:35:10 +01:00
parent eaf5b08c8f
commit 3c859c0d60
No known key found for this signature in database
GPG Key ID: B2BEAD150DE936B9
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
- name: clone build and install runc
include: "build/runc.yml"
when: "{{ not use_system_runc | default(True) | bool}}"
when: "{{ build_runc | default(True) | bool}}"
- name: clone build and install networking plugins
include: "build/plugins.yml"