File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
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
+ company : " redirection.io"
5
6
description : Install libnginx-mod-redirectionio
6
7
license : MIT
7
8
min_ansible_version : 1.6
Original file line number Diff line number Diff line change 23
23
- name : Install libnginx-mod-redirectionio
24
24
apt :
25
25
name : libnginx-mod-redirectionio
26
- state : latest
26
+ state : present
Original file line number Diff line number Diff line change 5
5
state : present
6
6
key : http://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x24765BBD8E16EB44
7
7
8
- - set_fact :
8
+ - name : Define distribution_repository_name
9
+ set_fact :
9
10
distribution_repository_name : centos
10
11
when : ansible_distribution != 'Fedora'
11
12
12
- - set_fact :
13
+ - name : Define distribution_repository_name when the distribution is Fedora
14
+ set_fact :
13
15
distribution_repository_name : fedora
14
16
when : ansible_distribution == 'Fedora'
15
17
29
31
- name : Install libnginx-mod-redirectionio
30
32
yum :
31
33
name : libnginx-mod-redirectionio
32
- state : latest
34
+ state : present
You can’t perform that action at this time.
0 commit comments