소스 검색

Removed atomic host check

Kenny Woodson 9 년 전
부모
커밋
4b63626173
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      roles/os_zabbix/tasks/main.yml

+ 0 - 4
roles/os_zabbix/tasks/main.yml

@@ -1,8 +1,4 @@
 ---
-- fail:
-    msg: "Zabbix config is not yet supported on atomic hosts"
-  when: openshift.common.is_containerized | bool
-
 - name: Main List all templates
   zbx_template:
     zbx_server: "{{ ozb_server }}"