Skip to content

Commit 9f74c55

Browse files
committed
fixup!
1 parent 5dc44f2 commit 9f74c55

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,37 @@
22

33

44
**base_git** is an ansible-role to install the Git version control client.
5+
This role allows the use of git 2.18 on RHEL 6 instead of the legacy.
56

67
Requirements
78
------------
89

910
RHEL-like, or Debian/Ubuntu system
10-
11+
Yum infrastructure, or internet.
1112

1213
Role Variables
1314
--------------
14-
none
15+
16+
- Software collections offer concurrent versions of programming tools
17+
```
18+
collections_enabled: true
19+
```
20+
21+
- preferred collection when collections are enabled
22+
```
23+
base_git: rh-git218
24+
```
25+
26+
- Change these defaults for optional packages.
27+
```
28+
base_git_rpms
29+
```
1530

1631
Dependencies
1732
------------
1833

19-
Yum infrastructure, or internet.
34+
https://www.softwarecollections.org/en/docs/
35+
2036

2137
Example Usage
2238
----------------

defaults/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Software collections offer latest versions of programming languages
22
collections_enabled: false
33

4-
# The file that needs the next line
5-
# scl enable rh-git218 bash
6-
collections_rc_file: /etc/skel/.bashrc
7-
84
# When collections is enabled this is the git you get
95
base_git: rh-git218
106

0 commit comments

Comments
 (0)