mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-29 10:45:42 +02:00
Update to 2022-01-12 10:14
This commit is contained in:
@@ -4,4 +4,9 @@ password={{ fusinv_pass | quote }}
|
||||
no-p2p
|
||||
no-httpd
|
||||
httpd-ip="127.0.0.1"
|
||||
{% if fusinv_disabled_tasks | length > 0 %}
|
||||
no-task={{ fusinv_disabled_tasks | join(',') | quote }}
|
||||
{% endif %}
|
||||
{% if fusinv_no_category | length > 0 %}
|
||||
no-category={{ fusinv_no_category | join(',') | quote }}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user