update ansible files

This commit is contained in:
2024-05-26 07:50:50 -05:00
parent 992eea1a2e
commit 5969895920
20 changed files with 223 additions and 26 deletions

View File

@@ -0,0 +1,8 @@
- name: install apt
include_tasks: "./scripts/install_apt.yml"
- name: install flatpak
include_tasks: "./scripts/install_flatpak.yml"
- name: install brew
include_tasks: "./scripts/install_brew.yml"