This commit is contained in:
2024-06-22 09:54:27 -05:00
parent 32b72bde04
commit 946d9daccc
2 changed files with 6 additions and 3 deletions

View File

@@ -1,9 +1,6 @@
- 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"
@@ -13,5 +10,8 @@
- name: install go apps
include_tasks: "./scripts/install_goapps.yml"
- name: install flatpak
include_tasks: "./scripts/install_flatpak.yml"
- name: configure systemd
include_tasks: "./scripts/configure_systemd.yml"