File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- - include : check_vars.yml
2
+ - include_tasks : check_vars.yml
3
3
4
- - include : download.yml
4
+ - include_tasks : download.yml
5
5
when : redis_install_from_source
6
6
tags :
7
7
- download
8
8
9
- - include : dependencies.yml
9
+ - include_tasks : dependencies.yml
10
10
when : redis_install_from_source
11
11
tags :
12
12
- install
13
13
14
- - include : install.yml
14
+ - include_tasks : install.yml
15
15
when : redis_install_from_source
16
16
tags :
17
17
- install
18
18
19
- - include : install_from_repo.yml
19
+ - include_tasks : install_from_repo.yml
20
20
when : not redis_install_from_source
21
21
tags :
22
22
- install
23
23
24
- - include : server.yml
24
+ - include_tasks : server.yml
25
25
when : not redis_sentinel
26
26
tags :
27
27
- config
28
28
29
- - include : sentinel.yml
29
+ - include_tasks : sentinel.yml
30
30
when : redis_sentinel
31
31
tags :
32
32
- config
33
33
34
- - include : local_facts.yml
34
+ - include_tasks : local_facts.yml
35
35
when : redis_local_facts|bool
You can’t perform that action at this time.
0 commit comments