This commit is contained in:
Mrunal Patel 2017-11-22 17:28:24 +00:00 committed by GitHub
commit 898762dbb0

View file

@ -1,5 +1,8 @@
---
- name: Set SELinux label for cri-o binary
command: chcon system_u:object_r:container_runtime_exec_t:s0 /usr/local/bin/crio
- name: enable and start CRI-O
systemd:
name: crio
@ -48,9 +51,6 @@
&> {{ artifacts }}/e2e.log
# Fix vim syntax hilighting: "
- name: disable SELinux
command: setenforce 0
- name: run e2e tests
shell: "{{ e2e_shell_cmd | regex_replace('\\s+', ' ') }}"
args: