소스 검색

Merge pull request #1174 from kwoodson/remove_atomic_check

Removing atomic check for zabbix module.
Kenny Woodson 9 년 전
부모
커밋
00d184a86c
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 }}"