env-ansible/tasks/packages.yml
2020-12-21 05:03:39 -06:00

15 lines
246 B
YAML

- name: Install Repo Software
package:
name:
- htop
- neofetch
- sshfs
update_cache: yes
- name: Install Flatpak Software
flatpak:
name:
- com.discordapp.Discord
- org.shotcut.Shotcut
state: present