From bca648485def8e7a34ed5403bbaf403a2537279a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 1 Dec 2020 13:35:39 +0100 Subject: [PATCH] don't specify pip3 path explicitly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index adb6cf5..9bfea4c 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -24,7 +24,7 @@ name: - python-hosts - python-consul - executable: /usr/bin/pip3 + executable: pip3 - name: Copy up, down, & refresh scritps tags: ['role::tinc', 'role::tinc:install']