From 64fa37b2b82b5f27fdbdca5a943e5c8158408e3d Mon Sep 17 00:00:00 2001
From: Brenton Leanhardt <bleanhar@redhat.com>
Date: Mon, 7 Mar 2016 15:16:21 -0500
Subject: Don't enable cockpit-ws for containerized installs

---
 roles/cockpit/tasks/main.yml | 1 +
 1 file changed, 1 insertion(+)

(limited to 'roles/cockpit/tasks')

diff --git a/roles/cockpit/tasks/main.yml b/roles/cockpit/tasks/main.yml
index bd204b7eb..681029332 100644
--- a/roles/cockpit/tasks/main.yml
+++ b/roles/cockpit/tasks/main.yml
@@ -14,3 +14,4 @@
     name: cockpit.socket
     enabled: true
     state: started
+  when: not openshift.common.is_containerized | bool
-- 
cgit v1.2.3