From f86b3e56c718fb466542a381f6405009d4353c39 Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Tue, 27 Jan 2015 15:47:16 +0100 Subject: [PATCH] cgit/make_pkgs_list: We need semanage to be installed --- roles/cgit/make_pkgs_list/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/cgit/make_pkgs_list/tasks/main.yml b/roles/cgit/make_pkgs_list/tasks/main.yml index c563502b97..048d9f2288 100644 --- a/roles/cgit/make_pkgs_list/tasks/main.yml +++ b/roles/cgit/make_pkgs_list/tasks/main.yml @@ -1,6 +1,9 @@ --- # tasklist for setting up the CGit file list +- name: install semanage + yum: pkg=/usr/sbin/semanage state=present + - name: create the git root directory (/srv/git) file: dest=/srv/git state=directory mode=0755