From 50751e3c5e8e8dca97cd27d4c93944515666c8b5 Mon Sep 17 00:00:00 2001
From: Russell Teague <rteague@redhat.com>
Date: Wed, 6 Dec 2017 09:48:59 -0500
Subject: Include Deprecation: Convert to include_tasks

---
 roles/openshift_cluster_autoscaler/tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'roles/openshift_cluster_autoscaler')

diff --git a/roles/openshift_cluster_autoscaler/tasks/main.yml b/roles/openshift_cluster_autoscaler/tasks/main.yml
index 173dcf044..ca7dfb885 100644
--- a/roles/openshift_cluster_autoscaler/tasks/main.yml
+++ b/roles/openshift_cluster_autoscaler/tasks/main.yml
@@ -31,7 +31,7 @@
     type: role
     name: "{{ openshift_cluster_autoscaler_name }}"
 
-- include: aws.yml
+- include_tasks: aws.yml
   when: openshift_cluster_autoscaler_cloud_provider == 'aws'
 
 - name: create the policies
-- 
cgit v1.2.3