remove old loop syntax
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-08-27 23:01:42 +02:00
parent 77a4dcbcc8
commit 749ca0bfc1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
src: "{{ item.src }}"
dest: "{{ __python3_link_bin_path }}/{{ item.dest }}"
state: link
with_items:
loop:
- { src: /bin/python3.6, dest: python3 }
- { src: /usr/local/bin/pip3.6, dest: pip3 }
loop_control: