remove old loop syntax
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
77a4dcbcc8
commit
749ca0bfc1
@ -20,7 +20,7 @@
|
|||||||
src: "{{ item.src }}"
|
src: "{{ item.src }}"
|
||||||
dest: "{{ __python3_link_bin_path }}/{{ item.dest }}"
|
dest: "{{ __python3_link_bin_path }}/{{ item.dest }}"
|
||||||
state: link
|
state: link
|
||||||
with_items:
|
loop:
|
||||||
- { src: /bin/python3.6, dest: python3 }
|
- { src: /bin/python3.6, dest: python3 }
|
||||||
- { src: /usr/local/bin/pip3.6, dest: pip3 }
|
- { src: /usr/local/bin/pip3.6, dest: pip3 }
|
||||||
loop_control:
|
loop_control:
|
||||||
|
Loading…
Reference in New Issue
Block a user