diff options
| author | Scott Dodson <sdodson@redhat.com> | 2015-10-05 12:53:10 -0400 |
|---|---|---|
| committer | Scott Dodson <sdodson@redhat.com> | 2015-12-15 15:45:45 -0500 |
| commit | 8e7c5c970b8adc83fd6d5cad115f4edb06b36d98 (patch) | |
| tree | 408ffd1864ae9cd34ef238d5c5a9ff2aa59193d9 /playbooks/common/openshift-node | |
| parent | a0b6fc7db1be2cf6190d982f90e96f4c39a4c699 (diff) | |
Containerization work by @sdodson
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 6eee75064..80098d240 100644 --- a/playbooks/common/openshift-node/config.yml +++ b/playbooks/common/openshift-node/config.yml @@ -181,7 +181,7 @@ - role: flannel when: openshift.common.use_flannel | bool - role: nickhammond.logrotate - when: not is_atomic + when: not openshift.common.is_containerized | bool - role: fluentd_node when: openshift.common.use_fluentd | bool tasks: |
