From 95afeb3af920c938fc87f43e2d8bc429eae9d28c Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 16 Feb 2016 08:46:18 -0500 Subject: [PATCH] Fix type with package module Change-Id: I30443d3f4e20bf4c65c0443d49e5c549d97e0308 Signed-off-by: Paul Belanger --- tasks/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yaml b/tasks/install.yaml index 47eb01d..445e11f 100644 --- a/tasks/install.yaml +++ b/tasks/install.yaml @@ -20,7 +20,7 @@ # NOTE(pabelanger): This needs to be here for now, since we need python-pip. - name: Ensure EPEL is enabled. package: - pkg: epel-release + name: epel-release state: installed when: (shade_install_method == 'git' or shade_install_method == 'pip') and ansible_os_family == 'RedHat'