summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-etcd
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-01-26 11:11:47 -0500
committerAndrew Butcher <abutcher@redhat.com>2016-01-26 11:12:56 -0500
commitd0f5faef5393affed75d5fb00fc98f3e3b705077 (patch)
tree29db94f412caa6dfebde8995ca4d73948b85637b /playbooks/common/openshift-etcd
parent9d2d123403e244bb49997c0bb498b5aca4c625b9 (diff)
downloadopenshift-d0f5faef5393affed75d5fb00fc98f3e3b705077.tar.gz
openshift-d0f5faef5393affed75d5fb00fc98f3e3b705077.tar.bz2
openshift-d0f5faef5393affed75d5fb00fc98f3e3b705077.tar.xz
openshift-d0f5faef5393affed75d5fb00fc98f3e3b705077.zip
Install cockpit, logrotate and fluentd unless host is atomic.
Diffstat (limited to 'playbooks/common/openshift-etcd')
-rw-r--r--playbooks/common/openshift-etcd/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-etcd/config.yml b/playbooks/common/openshift-etcd/config.yml
index 9a5ae0e6b..9473340a1 100644
--- a/playbooks/common/openshift-etcd/config.yml
+++ b/playbooks/common/openshift-etcd/config.yml
@@ -89,7 +89,7 @@
roles:
- etcd
- role: nickhammond.logrotate
- when: not openshift.common.is_containerized | bool
+ when: not openshift.common.is_atomic | bool
- name: Delete temporary directory on localhost
hosts: localhost