Browse Source

openshift_docker_facts: Add use_crio

Steve Milner 7 years ago
parent
commit
f863a5bcff
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/openshift_docker_facts/tasks/main.yml

+ 1 - 0
roles/openshift_docker_facts/tasks/main.yml

@@ -17,6 +17,7 @@
       hosted_registry_insecure: "{{ openshift_docker_hosted_registry_insecure | default(openshift.docker.hosted_registry_insecure | default(False)) }}"
       hosted_registry_network: "{{ openshift_docker_hosted_registry_network | default(None) }}"
       use_system_container: "{{ openshift_docker_use_system_container | default(False) }}"
+      use_crio: "{{ openshift_docker_use_crio | default(False) }}"
   - role: node
     local_facts:
       sdn_mtu: "{{ openshift_node_sdn_mtu | default(None) }}"