install pip with apt

master
Michael Wilson 3 years ago
parent 954a0743ef
commit 2e721aea28
  1. 4
      linux/k3s/ansible_setup/tasks/main.yml

@ -1,6 +1,6 @@
- name: Install or update pip
community.general.easy_install:
name: pip
package:
name: python-pip3
state: latest
- name: install ansible python package

Loading…
Cancel
Save