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

Commit

Permalink
Merge pull request #3 from UCL-MIRSG/fix/pip-task-name
Browse files Browse the repository at this point in the history
Better name for task to update pip
  • Loading branch information
p-j-smith authored Jan 20, 2023
2 parents 371ae08 + 2accdd9 commit ff9c5d9
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 ff9c5d9

Please sign in to comment.