f08adee3255f6b4313d989c5f1a6b27c43d841e1
[lttng-ci.git] / automation / ansible / roles / common / templates / authorized_keys.j2
1 {% for filename in lookup('fileglob', 'public_keys/*.pub', wantlist=true) -%}
2 {{ lookup('file', filename) }}
3 {% endfor %}
This page took 0.031682 seconds and 5 git commands to generate.