Add CRI-O CI (#5460)

This commit is contained in:
Maxime Guyot
2020-04-22 15:09:52 +02:00
committed by GitHub
parent 1c187e9729
commit 09bccc97ba
13 changed files with 109 additions and 10 deletions

View File

@@ -281,7 +281,5 @@ network_dir = "/etc/cni/net.d/"
# Paths to directories where CNI plugin binaries are located.
plugin_dirs = [
"/usr/libexec/cni",
{% if ansible_os_family == "ClearLinux" or is_ostree %}
"/opt/cni/bin/",
{% endif %}
]