diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-28 14:51:15 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-28 14:51:15 -0500 |
commit | b88c68ae778574ee617fdd5db51dc8e9ec22d954 (patch) | |
tree | b0c2f94c14f66ef4fd41a87b7c27fb6d1484253e /playbooks/common/openshift-etcd | |
parent | b42664e6f0bf137a10123a8d99567700440c8c5d (diff) | |
parent | d31245bd59d7613477695d7f4d49885c243ba712 (diff) | |
download | openshift-b88c68ae778574ee617fdd5db51dc8e9ec22d954.tar.gz openshift-b88c68ae778574ee617fdd5db51dc8e9ec22d954.tar.bz2 openshift-b88c68ae778574ee617fdd5db51dc8e9ec22d954.tar.xz openshift-b88c68ae778574ee617fdd5db51dc8e9ec22d954.zip |
Merge pull request #1288 from abutcher/container-logrotate
Configure logrotate on atomic.
Diffstat (limited to 'playbooks/common/openshift-etcd')
-rw-r--r-- | playbooks/common/openshift-etcd/config.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/common/openshift-etcd/config.yml b/playbooks/common/openshift-etcd/config.yml index 9473340a1..d23a54511 100644 --- a/playbooks/common/openshift-etcd/config.yml +++ b/playbooks/common/openshift-etcd/config.yml @@ -89,7 +89,6 @@ roles: - etcd - role: nickhammond.logrotate - when: not openshift.common.is_atomic | bool - name: Delete temporary directory on localhost hosts: localhost |