Initial
This commit is contained in:
8
roles/workstation/tasks/software/audacity.yml
Normal file
8
roles/workstation/tasks/software/audacity.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: software | audacity | install package
|
||||
tags: packages,flatpak,audacity,workstation-packages
|
||||
become_user: bzoicas
|
||||
flatpak:
|
||||
name: org.audacityteam.Audacity
|
||||
method: user
|
||||
state: present
|
||||
when: audacity is defined and audacity == true
|
||||
Reference in New Issue
Block a user