We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4563a9e commit 5da00a1Copy full SHA for 5da00a1
README.md
@@ -54,6 +54,7 @@ The command to configure a PhpRedis source install. You can modify this command
54
55
- hosts: webservers
56
roles:
57
+ - { role: geerlingguy.repo-epel }
58
- { role: geerlingguy.php-redis }
59
60
## License
meta/main.yml
@@ -8,12 +8,11 @@ galaxy_info:
8
description: PhpRedis support for Linux
9
company: "Midwestern Mac, LLC"
10
license: "license (BSD, MIT)"
11
- min_ansible_version: 2.4
+ min_ansible_version: 2.9
12
platforms:
13
- name: EL
14
versions:
15
- - 7
16
- - 8
+ - all
17
- name: Debian
18
19
- all
0 commit comments