Sha256: a83114e980b36decfade250aececda74933b6dc59ff113db23d7109af5142be5
Contents?: true
Size: 443 Bytes
Versions: 2
Compression:
Stored size: 443 Bytes
Contents
# {{ ansible_managed }} {% if 'path' in item %} "{{ item.path }}" {% elif 'paths' in item %} {% for path in item.paths %} "{{ path }}" {% endfor %} {% endif %} { {% if item.options is defined -%} {% for option in item.options -%} {{ option }} {% endfor -%} {% endif %} {%- if item.scripts is defined -%} {%- for name, script in item.scripts.items() -%} {{ name }} {{ script }} endscript {% endfor -%} {% endif -%} }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
taperole-2.1.1 | vendor/nickhammond.logrotate/templates/logrotate.d.j2 |
taperole-2.1.0 | vendor/nickhammond.logrotate/templates/logrotate.d.j2 |