]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
yum package is not available from dvd image repo 199/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 17 Feb 2016 00:19:59 +0000 (19:19 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 17 Feb 2016 00:28:18 +0000 (19:28 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/cobbler/templates/snippets/cephlab_packages_rhel

index 47a3749d126ea22e331092f62cbd539ab0c22b47..f6ce35e505ae075b62e774dbd26c37dd2ada1f15 100644 (file)
@@ -4,8 +4,6 @@
 #set distro_ver = $int($getVar('distro','').split("-")[1])
 #if $distro == 'Fedora' and $distro_ver >= 22
 @^infrastructure-server-environment
-## yum is required for GPG installation until we move to ansible v2.0 package module
-yum
 #else
 @base
 #end if