From 5fc212fcf4f3787ff5474e15a855cf65e9f40f81 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 27 Nov 2018 23:08:05 +0100 Subject: [PATCH] add loop control for symlink task --- tasks/setup.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/setup.yml b/tasks/setup.yml index 878aa60..491e86b 100644 --- a/tasks/setup.yml +++ b/tasks/setup.yml @@ -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