I've started using ansible-dev-tools recently, and found pip3 works well, but link to pip is not present:
---
- name: Get EE info
hosts: localhost
tasks:
- name: list ansible collections
shell: ansible-galaxy collection list
- name: list python packages
shell: pip list
Hello
I've started using ansible-dev-tools recently, and found pip3 works well, but link to pip is not present:
Then, the playbook will fail:
I've added a step for building my EE:
Is this the right way? Is it an useful finding for you?