]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Install SELinux python bindings on RHEL6 28/head
authorZack Cerza <zack@redhat.com>
Tue, 12 May 2015 20:57:13 +0000 (14:57 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 12 May 2015 20:57:35 +0000 (14:57 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
roles/cobbler/templates/snippets/cephlab_packages_rhel

index 3e0be82a6281fc8e35e1bb8d51a1ea42b6d9cd87..816be9e1e3f0a319a61a9680d5ca0250984d601d 100644 (file)
@@ -1,3 +1,8 @@
 ## {{ ansible_managed }}
+#set os_version = $getVar('os_version','')
+#if $os_version == 'rhel6'
+# Ansible seems to need the SELinux python bindings on RHEL6
+libselinux-python
+#end if
 perl
 wget