mirror of
https://github.com/rocky-linux/ansible-role-pinnwand.git
synced 2024-11-21 14:51:26 +00:00
fix: spelling
This commit is contained in:
parent
9af3c3c449
commit
3c59c64203
@ -70,7 +70,7 @@ report_email = "{{ config['report_email'] | default('maintainer@example.com') }}
|
|||||||
{% if expiries is defined %}
|
{% if expiries is defined %}
|
||||||
|
|
||||||
{% for expiry in expiries %}
|
{% for expiry in expiries %}
|
||||||
expires.{{expiry.name}} = {{expiry.time}}
|
expiries.{{expiry.name}} = {{expiry.time}}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
Reference in New Issue
Block a user