make the packages role more generic
This commit is contained in:
10
tasks/RedHat/python3-pip.yml
Normal file
10
tasks/RedHat/python3-pip.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
- name: append to pkgs
|
||||
set_fact:
|
||||
syspkgs: "{{ (syspkgs | default([])) + [ 'python3-pip' ] }}"
|
||||
tags:
|
||||
- RedHat
|
||||
- linux
|
||||
- package
|
||||
|
||||
Reference in New Issue
Block a user