Fix type with package module

Change-Id: I30443d3f4e20bf4c65c0443d49e5c549d97e0308
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-02-16 08:46:18 -05:00
parent 63a208c086
commit 95afeb3af9
1 changed files with 1 additions and 1 deletions

View File

@ -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'