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 /playbooks/common/openshift-node | |
| parent | 9d2d123403e244bb49997c0bb498b5aca4c625b9 (diff) | |
Install cockpit, logrotate and fluentd unless host is atomic.
Diffstat (limited to 'playbooks/common/openshift-node')
| -rw-r--r-- | playbooks/common/openshift-node/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-node/config.yml b/playbooks/common/openshift-node/config.yml index 3e7bca34e..975bfe7b4 100644 --- a/playbooks/common/openshift-node/config.yml +++ b/playbooks/common/openshift-node/config.yml @@ -214,7 +214,7 @@ - role: nuage_node when: openshift.common.use_nuage | bool - role: nickhammond.logrotate - when: not openshift.common.is_containerized | bool + when: not openshift.common.is_atomic | bool - role: fluentd_node when: openshift.common.use_fluentd | bool tasks: |
