Create playbook which installs and configures an Android SDK. Ensures Flutter has everything it needs for Android deployment.
This commit is contained in:
@ -156,6 +156,9 @@
|
||||
- include_tasks: tasks/workstation/linux/software/flutter.yml
|
||||
when: ansible_system == "Linux"
|
||||
|
||||
- include_tasks: tasks/workstation/linux/software/android.yml
|
||||
when: ansible_system == "Linux"
|
||||
|
||||
- include_tasks: tasks/workstation/linux/software/flatpaks.yml
|
||||
when: ansible_system == "Linux" and flatpak_distro
|
||||
|
||||
|
Reference in New Issue
Block a user