style(saltcheck): use consistent order of assertions
This commit is contained in:
parent
8abec548c1
commit
88229f08bd
|
@ -88,8 +88,8 @@ validate_cron.{{ task }}_commented:
|
||||||
args:
|
args:
|
||||||
- {{ task_options.user|default('root') }}
|
- {{ task_options.user|default('root') }}
|
||||||
- {{ task }}
|
- {{ task }}
|
||||||
assertion_section: commented
|
|
||||||
assertion: assertTrue
|
assertion: assertTrue
|
||||||
|
assertion_section: commented
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue