created fail2ban state #2

Closed
jonas wants to merge 12 commits from master into fail2ban
Showing only changes of commit 5b0fed4c96 - Show all commits

View File

@ -46,7 +46,9 @@ function create_container() {
--device {{ key }}:{{ value}} \ --device {{ key }}:{{ value}} \
{%- endfor %} {%- endfor %}
{%- endif %} {%- endif %}
{{ args['image'] }}:{{ args['tag'] }} {{ args['image'] }}:{{ args['tag'] }}{%- if args['run'] is defined %} \
{{ args['run'] }}
{%- endif %}
fi fi
} }