Browse Source

Removed atomic host check

Kenny Woodson 9 years ago
parent
commit
4b63626173
1 changed files with 0 additions and 4 deletions
  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 }}"