You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: