Skip to content

Commit 5da00a1

Browse files
committed
A few small adjustments.
1 parent 4563a9e commit 5da00a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ The command to configure a PhpRedis source install. You can modify this command
5454

5555
- hosts: webservers
5656
roles:
57+
- { role: geerlingguy.repo-epel }
5758
- { role: geerlingguy.php-redis }
5859

5960
## License

meta/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ galaxy_info:
88
description: PhpRedis support for Linux
99
company: "Midwestern Mac, LLC"
1010
license: "license (BSD, MIT)"
11-
min_ansible_version: 2.4
11+
min_ansible_version: 2.9
1212
platforms:
1313
- name: EL
1414
versions:
15-
- 7
16-
- 8
15+
- all
1716
- name: Debian
1817
versions:
1918
- all

0 commit comments

Comments
 (0)