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