add loop control for symlink task
This commit is contained in:
parent
4540c0b5c0
commit
5fc212fcf4
@ -24,5 +24,7 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- { 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:
|
||||||
|
label: "{{ __python3_link_bin_path }}/{{ item.dest }}"
|
||||||
become: True
|
become: True
|
||||||
become_user: root
|
become_user: root
|
||||||
|
Loading…
Reference in New Issue
Block a user