File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22galaxy_info :
33 role_name : ' apache_module'
44 author : ' redirection.io'
5+ company : " redirection.io"
56 description : Install libapache2-mod-redirectionio
67 license : MIT
78 min_ansible_version : 1.6
Original file line number Diff line number Diff line change 2323- name : Install libapache2-mod-redirectionio
2424 apt :
2525 name : libapache2-mod-redirectionio
26- state : latest
26+ state : present
Original file line number Diff line number Diff line change 55 state : present
66 key : http://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x24765BBD8E16EB44
77
8- - set_fact :
8+ - name : Define distribution_repository_name
9+ set_fact :
910 distribution_repository_name : centos
1011 when : ansible_distribution != 'Fedora'
1112
12- - set_fact :
13+ - name : Define distribution_repository_name when the distribution is Fedora
14+ set_fact :
1315 distribution_repository_name : fedora
1416 when : ansible_distribution == 'Fedora'
1517
2931- name : Install libapache2-mod-redirectionio
3032 yum :
3133 name : libapache2-mod-redirectionio
32- state : latest
34+ state : present
You can’t perform that action at this time.
0 commit comments