@@ -89,7 +89,6 @@
roles:
- etcd
- role: nickhammond.logrotate
- when: not openshift.common.is_atomic | bool
- name: Delete temporary directory on localhost
hosts: localhost
@@ -338,7 +338,6 @@
- openshift_master
- role: fluentd_master
when: openshift.common.use_fluentd | bool
- role: nuage_master
@@ -214,7 +214,6 @@
- role: nuage_node
when: openshift.common.use_nuage | bool
- role: fluentd_node
tasks:
@@ -1,6 +1,7 @@
---
- name: nickhammond.logrotate | Install logrotate
action: "{{ ansible_pkg_mgr }} name=logrotate state=present"
+ when: not openshift.common.is_atomic | bool
- name: nickhammond.logrotate | Setup logrotate.d scripts
template: