c5260b4d50
This option was never supported by ansible and will never be developed. This change removes the option which will eventually lead to failures in future versions of ansible. Change-Id: I8dad86a57d211cf6c17e540991504c9eb7fb34fe Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
23 lines
731 B
YAML
23 lines
731 B
YAML
---
|
|
# Copyright 2018, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
- name: Run the rsyslog client role
|
|
include_role:
|
|
name: rsyslog_client
|
|
when:
|
|
- rsyslog_client_enabled | bool
|
|
tags:
|
|
- rsyslog
|