cast python version int to string
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-05-07 22:08:49 +02:00
parent 8a959f59ee
commit 0bd1d6ca8d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
- name: Install python packages
pip:
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
loop: "{{ dockerengine_packages_python }}"
loop_control: