Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Commit e827f55

Browse files
committed
Minor README fix, bump min version, include SLES
1 parent d67b844 commit e827f55

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
3. [Redis Sentinel](#redis-sentinel)
1515
3. [Advanced Options](#advanced-options)
1616
1. [Verifying checksums](#verifying-checksums)
17-
2. [Install from local tarball](#installing-redis-from-a-source-file-in-the-ansible-role)
17+
2. [Install from local tarball](#install-from-local-tarball)
1818
3. [Building 32-bit binaries](#building-32-bit-binaries)
1919
4. [Role Variables](#role-variables)
2020

@@ -184,7 +184,7 @@ When using Ansible 2.x, this role will verify the sha1 checksum of the download
184184

185185
If the environment your server resides in does not allow downloads (i.e. if the machine is sitting in a dmz) set the variable `redis_tarball` to the path of a locally downloaded Redis tarball to use instead of downloading over HTTP from redis.io.
186186

187-
Do not forget to set the version variable to the same version of the tarball to avoid confusion! For example,
187+
Do not forget to set the version variable to the same version of the tarball to avoid confusion! For example:
188188

189189
```yml
190190
vars:

meta/main.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
galaxy_info:
33
author: David Wittman
44
description: Highly configurable role to install Redis and Redis Sentinel from source
5-
min_ansible_version: 1.6.3
5+
min_ansible_version: 1.8.0
66
license: MIT
77
platforms:
88
- name: Ubuntu
@@ -14,6 +14,10 @@ galaxy_info:
1414
- name: EL
1515
versions:
1616
- 6
17+
- name: SLES
18+
versions:
19+
- 11
20+
- 12
1721
categories:
1822
- database
1923
- database:nosql

0 commit comments

Comments
 (0)