File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ galaxy_info:
4
4
company : SinglePlatform (http://www.singleplatform.com/)
5
5
license : BSD 3-Clause
6
6
7
- min_ansible_version : 2.2
7
+ min_ansible_version : 2.4
8
8
platforms :
9
9
- name : Ubuntu
10
10
versions :
Original file line number Diff line number Diff line change 1
1
---
2
2
3
3
# Install package
4
- - include : install_package.yml
4
+ - include_tasks : install_package.yml
5
5
when : not python_build_from_source
6
6
7
7
# Build from source
10
10
when : python_build_from_source
11
11
register : python_installed
12
12
13
- - include : build_source.yml
13
+ - include_tasks : build_source.yml
14
14
when : python_build_from_source and python_installed.stat.exists == false
15
15
16
16
# Install/upgrade pip
19
19
register : pip_installed
20
20
21
21
- name : Install pip
22
- include : install_pip.yml
22
+ include_tasks : install_pip.yml
23
23
when : pip_installed.stat.exists == false
24
24
25
25
- name : Add system pip.conf
You can’t perform that action at this time.
0 commit comments