Packageize this, packageize that, packageize the world

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-10-08 22:25:52 +00:00
parent e680b96895
commit adcbf72f03
163 changed files with 220 additions and 220 deletions

View file

@ -2,7 +2,7 @@
# tasklist for setting up CGit
- name: install the needed packages
yum: pkg={{item}} state=present
package: pkg={{item}} state=present
with_items:
- cgit
- mod_ssl

View file

@ -2,7 +2,7 @@
# tasklist for setting up the CGit file list
- name: install semanage
yum: pkg=/usr/sbin/semanage state=present
package: pkg=/usr/sbin/semanage state=present
tags: cgit
- name: create the git root directory (/srv/git)