fix lo0 device check
This commit is contained in:
parent
e022e3f991
commit
612644e92a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{% if ansible_lo0 %}
|
||||
{% if ansible_lo0 is defined %}
|
||||
listen on lo0
|
||||
{% else %}
|
||||
listen on lo
|
||||
|
|
Loading…
Add table
Reference in a new issue