ansible: Force dpkg configuration during release upgrades
[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.028861 seconds and 4 git commands to generate.