Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Rename task to update pip - it's not necessarily the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Jan 20, 2023
1 parent 371ae08 commit 2accdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2accdd9

Please sign in to comment.