[libvirt] [jenkins-ci PATCH 7/7] guests: Drop SELinux file editing enablement

Andrea Bolognani posted 7 patches 7 years, 1 month ago
[libvirt] [jenkins-ci PATCH 7/7] guests: Drop SELinux file editing enablement
Posted by Andrea Bolognani 7 years, 1 month ago
Modern Ansible versions do this automatically.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 guests/playbooks/update/tasks/base.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/guests/playbooks/update/tasks/base.yml b/guests/playbooks/update/tasks/base.yml
index 2899382..5cffbeb 100644
--- a/guests/playbooks/update/tasks/base.yml
+++ b/guests/playbooks/update/tasks/base.yml
@@ -1,12 +1,4 @@
 ---
-- name: Permit file editing on SELinux-enabled systems
-  package:
-    name: libselinux-python
-    state: present
-  when:
-    - ( os_name == 'CentOS' or
-        os_name == 'Fedora' )
-
 - name: Enable jessie-backports repository
   template:
     src: '{{ playbook_base }}/templates/jessie-backports.sources.j2'
-- 
2.19.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list