source: MondoRescue/branches/3.3/ansible/roles/git/tasks/main.yml@ 3656

Last change on this file since 3656 was 3656, checked in by Bruno Cornec, 7 years ago

More services up and runnig for the MondoRescue server

File size: 333 bytes
Line 
1---
2
3- name: Check that git is installed
4 urpmi: name=git state=installed no-recommends=yes
5 tags: git
6
7#- name: Configure git
8# copy: src=files/git dest=/etc/sysconfig/git owner=root group=root mode=0644 backup=yes
9# notify:
10# - restart git
11# tags: git
12
13#- name: Check that git is runing
14# service: name=git state=started
15
Note: See TracBrowser for help on using the repository browser.