File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
galaxy_info :
3
- role_name : ' nginx_module'
4
- author : ' redirection.io'
3
+ role_name : " nginx_module"
4
+ author : " redirection.io"
5
5
company : " redirection.io"
6
6
description : Install libnginx-mod-redirectionio. redirection.io is a versatile http redirection agent designed to help your SEO
7
7
license : MIT
8
- min_ansible_version : 2.6
8
+ min_ansible_version : " 2.6"
9
9
platforms :
10
10
- name : Ubuntu
11
11
versions :
@@ -24,9 +24,9 @@ galaxy_info:
24
24
- bookworm
25
25
- name : EL
26
26
versions :
27
- - 7
28
- - 8
29
- - 9
27
+ - " 7 "
28
+ - " 8 "
29
+ - " 9 "
30
30
galaxy_tags :
31
31
- http
32
32
- monitoring
Original file line number Diff line number Diff line change 10
10
name : redirectionio
11
11
description : redirection.io
12
12
baseurl : " {{ redirectionio_packages_url }}rpm/centos_{{ ansible_distribution_major_version }}"
13
- enabled : yes
14
- gpgcheck : yes
13
+ enabled : true
14
+ gpgcheck : true
15
15
state : present
16
16
when : redirectionio_nginx_module_main_version == 1
17
17
22
22
baseurl : >
23
23
{{ redirectionio_packages_url }}rpm/{{ redirectionio_nginx_module_channel }}/{{ redirectionio_nginx_module_main_version }}/
24
24
centos_{{ ansible_distribution_major_version }}
25
- enabled : yes
26
- gpgcheck : yes
25
+ enabled : true
26
+ gpgcheck : true
27
27
state : present
28
28
when : redirectionio_nginx_module_main_version > 1
29
29
You can’t perform that action at this time.
0 commit comments