fixing and adding packages
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
---
|
||||
- name: Install pip for Debian based distros
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name: python3-pip
|
||||
state: latest
|
||||
|
||||
- name: append to pkgs
|
||||
set_fact:
|
||||
syspkgs: "{{ syspkgs + [ 'python3-pip' ] }}"
|
||||
tags:
|
||||
- Debian
|
||||
- RedHat
|
||||
- linux
|
||||
- package
|
||||
|
||||
|
||||
Reference in New Issue
Block a user