From a4c533e2a567562248768b2bc4998d1a36810894 Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Thu, 16 Nov 2017 10:52:56 -0500 Subject: Include Deprecation - Init Playbook Paths --- roles/openshift_sanitize_inventory/tasks/deprecations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/openshift_sanitize_inventory/tasks/deprecations.yml') diff --git a/roles/openshift_sanitize_inventory/tasks/deprecations.yml b/roles/openshift_sanitize_inventory/tasks/deprecations.yml index 94d3acffc..795b8ee60 100644 --- a/roles/openshift_sanitize_inventory/tasks/deprecations.yml +++ b/roles/openshift_sanitize_inventory/tasks/deprecations.yml @@ -16,6 +16,6 @@ # for with_fileglob Ansible resolves the path relative to the roles//files directory - name: Assign deprecated variables to correct counterparts - include: "{{ item }}" + include_tasks: "{{ item }}" with_fileglob: - "../tasks/__deprecations_*.yml" -- cgit v1.2.3