From 2accdd975c5ca6cd5244dc5cbacebf0fce4935a7 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 20 Jan 2023 15:57:14 +0000 Subject: [PATCH] Rename task to update pip - it's not necessarily the latest version --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 4e5227e..4d614c4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -19,7 +19,7 @@ loop: "{{ install_python3_packages }}" when: install_python_version == 3 -- name: Update pip to the latest version +- name: Update pip ansible.builtin.pip: name: - pip