소스 검색

Merge pull request #5501 from giuseppe/crio-skip-nfs-and-lb

Automatic merge from submit-queue

crio: skip installation on lbs and nfs nodes

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1494461

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
OpenShift Merge Robot 7 년 전
부모
커밋
770367227b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      roles/docker/tasks/main.yml

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

@@ -26,3 +26,4 @@
   include: systemcontainer_crio.yml
   when:
   - l_use_crio
+  - inventory_hostname in groups['oo_masters_to_config'] or inventory_hostname in groups['oo_nodes_to_config']