From e9c3e5014dda324a2bbe5ad44ecd145220d3a19e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 5 May 2015 22:44:05 +0000 Subject: [PATCH] Drop this old cvspass thing --- roles/bodhi/backend/tasks/main.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/bodhi/backend/tasks/main.yml b/roles/bodhi/backend/tasks/main.yml index 2131c211fc..29e2e8a41e 100644 --- a/roles/bodhi/backend/tasks/main.yml +++ b/roles/bodhi/backend/tasks/main.yml @@ -73,11 +73,6 @@ tags: - config -- name: change type part of SELinux file context - file: path="/home/masher/.cvspass" setype=httpd_sys_script_rw_t state=file - tags: - - config - - name: change type part of SELinux file context file: path="/var/tmp/bodhi/comps/" setype=httpd_sys_script_rw_t state=directory recurse=yes tags: