mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-12-01 07:00:17 +01:00
Move AddressFamily option before ListenAddress to fix validation
This commit is contained in:
parent
cba99a15d2
commit
63e118b806
1 changed files with 1 additions and 1 deletions
|
@ -69,11 +69,11 @@ Match {{ match["Condition"] }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
{{ body_option("Port",sshd_Port) -}}
|
{{ body_option("Port",sshd_Port) -}}
|
||||||
|
{{ body_option("AddressFamily",sshd_AddressFamily) -}}
|
||||||
{{ body_option("ListenAddress",sshd_ListenAddress) -}}
|
{{ body_option("ListenAddress",sshd_ListenAddress) -}}
|
||||||
{{ body_option("Protocol",sshd_Protocol) -}}
|
{{ body_option("Protocol",sshd_Protocol) -}}
|
||||||
{{ body_option("HostKey",sshd_HostKey) -}}
|
{{ body_option("HostKey",sshd_HostKey) -}}
|
||||||
{{ body_option("AcceptEnv",sshd_AcceptEnv) -}}
|
{{ body_option("AcceptEnv",sshd_AcceptEnv) -}}
|
||||||
{{ body_option("AddressFamily",sshd_AddressFamily) -}}
|
|
||||||
{{ body_option("AllowAgentForwarding",sshd_AllowAgentForwarding) -}}
|
{{ body_option("AllowAgentForwarding",sshd_AllowAgentForwarding) -}}
|
||||||
{{ body_option("AllowGroups",sshd_AllowGroups) -}}
|
{{ body_option("AllowGroups",sshd_AllowGroups) -}}
|
||||||
{{ body_option("AllowTcpForwarding",sshd_AllowTcpForwarding) -}}
|
{{ body_option("AllowTcpForwarding",sshd_AllowTcpForwarding) -}}
|
||||||
|
|
Loading…
Reference in a new issue