Add flutter and dependencies.

This commit is contained in:
2025-01-20 17:17:32 -07:00
parent e69b5d2d33
commit 95d1f71491
2 changed files with 153 additions and 1 deletions

View File

@ -75,7 +75,6 @@
- include_tasks: tasks/general/software/sendmail.yml
when: ansible_system == "FreeBSD"
# Gather again in case missing programs have now been installed.
- include_tasks: facts/general/gather.yml
@ -154,6 +153,9 @@
- include_tasks: tasks/workstation/shared/settings/services.yml
# Final Tasks (SLOW) #
- include_tasks: tasks/workstation/linux/software/flutter.yml
when: ansible_system == "Linux"
- include_tasks: tasks/workstation/linux/software/flatpaks.yml
when: ansible_system == "Linux" and flatpak_distro