mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-25 04:20:18 +01:00
Merge pull request #54 from troyfontaine/fix_match
Fixed sshd_match blocks
This commit is contained in:
commit
574993006d
1 changed files with 9 additions and 9 deletions
|
@ -162,29 +162,29 @@ Match {{ match["Condition"] }}
|
||||||
{{ match_block(sshd_match) -}}
|
{{ match_block(sshd_match) -}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if sshd_match_1 is defined %}
|
{% if sshd_match_1 is defined %}
|
||||||
{{ match_block(sshd_match) -}}
|
{{ match_block(sshd_match_1) -}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if sshd_match_2 is defined %}
|
{% if sshd_match_2 is defined %}
|
||||||
{{ match_block(sshd_match) -}}
|
{{ match_block(sshd_match_2) -}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if sshd_match_3 is defined %}
|
{% if sshd_match_3 is defined %}
|
||||||
{{ match_block(sshd_match) -}}
|
{{ match_block(sshd_match_3) -}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if sshd_match_4 is defined %}
|
{% if sshd_match_4 is defined %}
|
||||||
{{ match_block(sshd_match) -}}
|
{{ match_block(sshd_match_4) -}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if sshd_match_5 is defined %}
|
{% if sshd_match_5 is defined %}
|
||||||
{{ match_block(sshd_match) -}}
|
{{ match_block(sshd_match_5) -}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if sshd_match_6 is defined %}
|
{% if sshd_match_6 is defined %}
|
||||||
{{ match_block(sshd_match) -}}
|
{{ match_block(sshd_match_6) -}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if sshd_match_7 is defined %}
|
{% if sshd_match_7 is defined %}
|
||||||
{{ match_block(sshd_match) -}}
|
{{ match_block(sshd_match_7) -}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if sshd_match_8 is defined %}
|
{% if sshd_match_8 is defined %}
|
||||||
{{ match_block(sshd_match) -}}
|
{{ match_block(sshd_match_8) -}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if sshd_match_9 is defined %}
|
{% if sshd_match_9 is defined %}
|
||||||
{{ match_block(sshd_match) -}}
|
{{ match_block(sshd_match_9) -}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue