source:
MondoRescue/branches/3.3/ansible/roles/git/tasks/main.yml@
3770
| Last change on this file since 3770 was 3656, checked in by , 9 years ago | |
|---|---|
| File size: 333 bytes | |
| Rev | Line | |
|---|---|---|
| [3656] | 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.
