소스 검색

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>
Giuseppe Scrivano 7 년 전
부모
커밋
ae41ccac17
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']