Skip to content

Commit aec3b07

Browse files
committed
Lint ansible public role
1 parent bced009 commit aec3b07

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

meta/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
galaxy_info:
3-
role_name: 'nginx_module'
4-
author: 'redirection.io'
3+
role_name: "nginx_module"
4+
author: "redirection.io"
55
company: "redirection.io"
66
description: Install libnginx-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
- http
3232
- monitoring

tasks/pkg-redhat.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
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_nginx_module_main_version == 1
1717

@@ -22,8 +22,8 @@
2222
baseurl: >
2323
{{ redirectionio_packages_url }}rpm/{{ redirectionio_nginx_module_channel }}/{{ redirectionio_nginx_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_nginx_module_main_version > 1
2929

0 commit comments

Comments
 (0)