File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ galaxy_info:
6
6
description : Git version control software
7
7
company : " Midwestern Mac, LLC"
8
8
license : " license (BSD, MIT)"
9
- min_ansible_version : 1.8
9
+ min_ansible_version : 1.9
10
10
platforms :
11
11
- name : EL
12
12
versions :
Original file line number Diff line number Diff line change 4
4
name : " {{ item }}"
5
5
state : installed
6
6
enablerepo : " {{ git_enablerepo }}"
7
- with_items : git_packages
7
+ with_items : " {{ git_packages }} "
8
8
when : (git_install_from_source == false) and (ansible_os_family == 'RedHat')
9
9
10
10
- name : Update apt cache (Debian).
15
15
apt :
16
16
name : " {{ item }}"
17
17
state : installed
18
- with_items : git_packages
18
+ with_items : " {{ git_packages }} "
19
19
when : (git_install_from_source == false) and (ansible_os_family == 'Debian')
20
20
21
21
# Install git from source when git_install_from_source is true.
You can’t perform that action at this time.
0 commit comments