11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
{% if grains.get['os_family'] == 'Redhat' %}
|
|
|
|
Installation des outils Net-tools:
|
|
pkg.installed:
|
|
- name: net-tools
|
|
|
|
Installation de less:
|
|
pkg.installed:
|
|
- name: less
|
|
|
|
{% endif %} |