diff options
| author | Andrew Butcher <abutcher@redhat.com> | 2016-01-26 11:11:47 -0500 |
|---|---|---|
| committer | Andrew Butcher <abutcher@redhat.com> | 2016-01-26 11:12:56 -0500 |
| commit | d0f5faef5393affed75d5fb00fc98f3e3b705077 (patch) | |
| tree | 29db94f412caa6dfebde8995ca4d73948b85637b /roles/cockpit/tasks | |
| parent | 9d2d123403e244bb49997c0bb498b5aca4c625b9 (diff) | |
Install cockpit, logrotate and fluentd unless host is atomic.
Diffstat (limited to 'roles/cockpit/tasks')
| -rw-r--r-- | roles/cockpit/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/cockpit/tasks/main.yml b/roles/cockpit/tasks/main.yml index 6e9f3a8bd..e83f72a3d 100644 --- a/roles/cockpit/tasks/main.yml +++ b/roles/cockpit/tasks/main.yml @@ -6,7 +6,7 @@ - cockpit-shell - cockpit-bridge - "{{ cockpit_plugins }}" - when: not openshift.common.is_containerized | bool + when: not openshift.common.is_atomic | bool - name: Enable cockpit-ws service: |
