add loop control for symlink task

This commit is contained in:
Robert Kaussow 2018-11-27 23:08:05 +01:00
parent 4540c0b5c0
commit 5fc212fcf4
1 changed files with 2 additions and 0 deletions

View File

@ -24,5 +24,7 @@
with_items:
- { src: /bin/python3.6, dest: python3 }
- { src: /usr/local/bin/pip3.6, dest: pip3 }
loop_control:
label: "{{ __python3_link_bin_path }}/{{ item.dest }}"
become: True
become_user: root