make the packages role more generic
This commit is contained in:
11
tasks/Debian/python3-pip.yml
Normal file
11
tasks/Debian/python3-pip.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Install pip for Debian based distros
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name: python3-pip
|
||||
state: latest
|
||||
tags:
|
||||
- Debian
|
||||
- linux
|
||||
- package
|
||||
|
||||
Reference in New Issue
Block a user