cgit/make_pkgs_list: We need semanage to be installed
This commit is contained in:
parent
a7d660bcd0
commit
f86b3e56c7
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue