cast python version int to string
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
8a959f59ee
commit
0bd1d6ca8d
@ -15,7 +15,7 @@
|
|||||||
- name: Install python packages
|
- name: Install python packages
|
||||||
pip:
|
pip:
|
||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
executable: "{{ item.exec | default('/usr/bin/pip' + ansible_python.version.major) }}"
|
executable: "{{ item.exec | default('/usr/bin/pip' + ansible_python.version.major | string) }}"
|
||||||
state: present
|
state: present
|
||||||
loop: "{{ dockerengine_packages_python }}"
|
loop: "{{ dockerengine_packages_python }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
Loading…
Reference in New Issue
Block a user