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'm assuming Ansible is just executing the ansible pip module's statement verbatim on the remote host. Now assuming the latest Ansible module is now targeting pip3 and it's not there.
On page 100 of
Chapter 4 - Building K8s clusters with Ansible
I inserted a pre-task above the
Ensure k8s module dependencies are installed.
taskOtherwise it fails with:
I am using Ansible in WSL2 which should be fine as the command is executing on the remote host.
In case its relevant:
The text was updated successfully, but these errors were encountered: