diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-01-27 11:28:08 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-01-27 11:28:08 -0500 |
commit | 27c32e83c86339d6cf26afc7dc49c2e1fcf74426 (patch) | |
tree | 5934ee99ad5f32ec45c97e34db1b5b3228904033 /playbooks/common/openshift-node | |
parent | bb8983fcfaecec5b156cee99dfe2feca5f8d3800 (diff) | |
download | openshift-27c32e83c86339d6cf26afc7dc49c2e1fcf74426.tar.gz openshift-27c32e83c86339d6cf26afc7dc49c2e1fcf74426.tar.bz2 openshift-27c32e83c86339d6cf26afc7dc49c2e1fcf74426.tar.xz openshift-27c32e83c86339d6cf26afc7dc49c2e1fcf74426.zip |
Configure logrotate on atomic.
Diffstat (limited to 'playbooks/common/openshift-node')
-rw-r--r-- | playbooks/common/openshift-node/config.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/common/openshift-node/config.yml b/playbooks/common/openshift-node/config.yml index 975bfe7b4..dc3c25107 100644 --- a/playbooks/common/openshift-node/config.yml +++ b/playbooks/common/openshift-node/config.yml @@ -214,7 +214,6 @@ - role: nuage_node when: openshift.common.use_nuage | bool - role: nickhammond.logrotate - when: not openshift.common.is_atomic | bool - role: fluentd_node when: openshift.common.use_fluentd | bool tasks: |