11 lines
141 B
Plaintext
11 lines
141 B
Plaintext
# Installation du logiciel VLC
|
|
|
|
{% if grains['kernel'] == 'Linux' %}
|
|
|
|
include:
|
|
- softwares.rpmfusion.sls
|
|
|
|
vlc:
|
|
pkg.installed
|
|
|
|
{% endif %} |