contrib: test: fix runc build on AMIs
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
eaf5b08c8f
commit
3c859c0d60
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue