File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
galaxy_info :
3
3
role_name : ' nginx_module'
4
4
author : ' redirection.io'
5
- description : Install redirectionio-nginx-module
5
+ description : Install libnginx-mod-redirectionio
6
6
license : MIT
7
7
min_ansible_version : 1.6
8
8
platforms :
Original file line number Diff line number Diff line change 20
20
apt :
21
21
update_cache : true
22
22
23
- - name : Install redirectionio-nginx-module
23
+ - name : Install libnginx-mod-redirectionio
24
24
apt :
25
- name : redirectionio-nginx-module
25
+ name : libnginx-mod-redirectionio
26
26
state : latest
Original file line number Diff line number Diff line change 26
26
yum :
27
27
update_cache : true
28
28
29
- - name : Install redirectionio-nginx-module
29
+ - name : Install libnginx-mod-redirectionio
30
30
yum :
31
- name : redirectionio-nginx-module
31
+ name : libnginx-mod-redirectionio
32
32
state : latest
You can’t perform that action at this time.
0 commit comments