Skip to content

Commit b3e50d4

Browse files
committed
Fix package name for nginx / apache, readd fedora29
1 parent 76a9c42 commit b3e50d4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

meta/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
galaxy_info:
33
role_name: 'nginx_module'
44
author: 'redirection.io'
5-
description: Install redirectionio-nginx-module
5+
description: Install libnginx-mod-redirectionio
66
license: MIT
77
min_ansible_version: 1.6
88
platforms:

tasks/pkg-debian.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
apt:
2121
update_cache: true
2222

23-
- name: Install redirectionio-nginx-module
23+
- name: Install libnginx-mod-redirectionio
2424
apt:
25-
name: redirectionio-nginx-module
25+
name: libnginx-mod-redirectionio
2626
state: latest

tasks/pkg-redhat.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
yum:
2727
update_cache: true
2828

29-
- name: Install redirectionio-nginx-module
29+
- name: Install libnginx-mod-redirectionio
3030
yum:
31-
name: redirectionio-nginx-module
31+
name: libnginx-mod-redirectionio
3232
state: latest

0 commit comments

Comments
 (0)