4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
{% if grains['kernel'] == 'linux' %}
|
|
include:
|
|
- linux.update
|
|
{% endif %} |