revert to last working state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2020-05-16 16:48:05 +02:00
parent 0bd1d6ca8d
commit ed79288153

View File

@ -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 | string) }}" executable: "{{ item.exec | default('/usr/bin/pip3') }}"
state: present state: present
loop: "{{ dockerengine_packages_python }}" loop: "{{ dockerengine_packages_python }}"
loop_control: loop_control: