Skip to content

Commit

Permalink
PMM-7 fix the path to pip executable
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed May 20, 2024
1 parent ce73824 commit 64ebce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ansible/roles/supervisord-init/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Install supervisor | EL7
when: ansible_distribution == 'CentOS' and ansible_distribution_major_version == '7'
command: /usr/local/bin/pip2 install --trusted-host pypi.python.org supervisor==3.4.0
command: /usr/bin/pip2 install --trusted-host pypi.python.org supervisor==3.4.0

- name: Install supervisor | EL9
when: (ansible_distribution == 'OracleLinux' or ansible_distribution == 'AlmaLinux') and ansible_distribution_major_version == '9'
Expand Down

0 comments on commit 64ebce9

Please sign in to comment.