|
Last change
on this file since 3809 was 3795, checked in by Bruno Cornec, 2 years ago |
|
Untag v3.3.0 never really published in the past - will start from here
|
|
File size:
333 bytes
|
| Rev | Line | |
|---|
| [3656] | 1 | ---
|
|---|
| 2 |
|
|---|
| 3 | - name: Check that git is installed
|
|---|
| [3795] | 4 | urpmi: name=git state=installed no_recommends=yes
|
|---|
| [3656] | 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.