make adjustments before flattening files

This commit is contained in:
Matthew Stobbs
2025-01-22 20:22:47 -07:00
parent 34c290f522
commit 852331a692
5 changed files with 23 additions and 44 deletions

View File

@@ -1,5 +1,4 @@
---
- name: append to pkgs
set_fact:
srcpkgs: "{{ srcpkgs + [ 'packages/Linux/go.yml' ] }}"
srcpkgs: "{{ srcpkgs + [ 'build/go.yml' ] }}"