cgit/make_pkgs_list: We need semanage to be installed

This commit is contained in:
Mathieu Bridon 2015-01-27 15:47:16 +01:00
parent a7d660bcd0
commit f86b3e56c7

View file

@ -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