mirror of https://github.com/easzlab/kubeasz.git
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
|
{{ ansible_managed | comment }}
|
||
|
|
||
|
{% for fs in os_unused_filesystems | difference(os_filesystem_whitelist) %}
|
||
|
install {{fs}} /bin/true
|
||
|
{% endfor %}
|