openstack-ansible/playbooks/common-tasks/rsyslog-client.yml
Kevin Carter c5260b4d50 Remove all uses of private in include_role
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>
2019-02-23 05:59:40 +00:00

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