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 - name: Install or update pip
community.general.easy_install: package:
name: pip name: python-pip3
state: latest state: latest
- name: install ansible python package - name: install ansible python package

Loading…
Cancel
Save