File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- - name : Define git_install_from_source_dependencies.
3
- set_fact :
4
- git_install_from_source_dependencies : " {{ __git_install_from_source_dependencies | list }}"
5
- when :
6
- - git_install_from_source_dependencies is not defined
7
2
8
3
- name : Include OS-specific variables (RedHat).
9
4
include_vars : " {{ ansible_os_family }}.yml"
25
20
- ansible_os_family == "Debian"
26
21
- git_install_from_source_dependencies is not defined
27
22
23
+ - name : Define git_install_from_source_dependencies.
24
+ set_fact :
25
+ git_install_from_source_dependencies : " {{ __git_install_from_source_dependencies | list }}"
26
+ when :
27
+ - git_install_from_source_dependencies is not defined
28
+
28
29
- name : Ensure git's dependencies are installed (RedHat).
29
30
package : " name={{ item }} state=installed"
30
31
with_items : " {{ git_install_from_source_dependencies }}"
You can’t perform that action at this time.
0 commit comments