File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 11---
22galaxy_info :
3- role_name : ' apache_module'
4- author : ' redirection.io'
3+ role_name : " apache_module"
4+ author : " redirection.io"
55 company : " redirection.io"
66 description : Install libapache2-mod-redirectionio. redirection.io is a versatile http redirection agent designed to help your SEO
77 license : MIT
8- min_ansible_version : 2.6
8+ min_ansible_version : " 2.6"
99 platforms :
1010 - name : Ubuntu
1111 versions :
@@ -24,9 +24,9 @@ galaxy_info:
2424 - bookworm
2525 - name : EL
2626 versions :
27- - 7
28- - 8
29- - 9
27+ - " 7 "
28+ - " 8 "
29+ - " 9 "
3030 galaxy_tags :
3131 - apache
3232 - http
Original file line number Diff line number Diff line change 1818
1919- name : Install redirection.io repository
2020 ansible.builtin.apt_repository :
21- repo : " deb {{ redirectionio_packages_url }}deb/{{ redirectionio_apache_module_channel }}/{{ redirectionio_apache_module_main_version }} {{ ansible_distribution_release }} main"
21+ repo : >-
22+ deb {{ redirectionio_packages_url }}deb/{{ redirectionio_apache_module_channel }}/{{ redirectionio_apache_module_main_version }}
23+ {{ ansible_distribution_release }} main
2224 state : present
2325 when : redirectionio_apache_module_main_version > 1
2426
Original file line number Diff line number Diff line change 1010 name : redirectionio
1111 description : redirection.io
1212 baseurl : " {{ redirectionio_packages_url }}rpm/centos_{{ ansible_distribution_major_version }}"
13- enabled : yes
14- gpgcheck : yes
13+ enabled : true
14+ gpgcheck : true
1515 state : present
1616 when : redirectionio_apache_module_main_version == 1
1717
2222 baseurl : >
2323 {{ redirectionio_packages_url }}rpm/{{ redirectionio_apache_module_channel }}/{{ redirectionio_apache_module_main_version }}/
2424 centos_{{ ansible_distribution_major_version }}
25- enabled : yes
26- gpgcheck : yes
25+ enabled : true
26+ gpgcheck : true
2727 state : present
2828 when : redirectionio_apache_module_main_version > 1
2929
You can’t perform that action at this time.
0 commit comments