Skip to content

Commit

Permalink
Renamed handler from Remove EXTERNALLY-MANAGED to Ensure EXTERNALLY-M…
Browse files Browse the repository at this point in the history
…ANAGED
  • Loading branch information
socheatsok78 committed Sep 20, 2024
1 parent 0cd78d0 commit a26803f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Remove EXTERNALLY-MANAGED
- name: Ensure EXTERNALLY-MANAGED
block:
# Remove EXTERNALLY-MANAGED if pip_externally_managed is true and python3 version is 3.11 or higher.
# Related issue: https://github.com/geerlingguy/ansible-role-pip/issues/57
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package:
name: "{{ pip_package }}"
state: present
notify: Remove EXTERNALLY-MANAGED
notify: Ensure EXTERNALLY-MANAGED

- name: Ensure pip_install_packages are installed.
pip:
Expand Down

0 comments on commit a26803f

Please sign in to comment.