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