10 lines
199 B
YAML
10 lines
199 B
YAML
|
---
|
||
|
# Packages specific to workstations.
|
||
|
|
||
|
- name: Workstation | Software | Packages | Install Software (Editing)
|
||
|
package:
|
||
|
name:
|
||
|
- "{{ ffmpeg }}"
|
||
|
state: present
|
||
|
when: editing == true
|