Add loop label with docker-compose playbook

This commit is contained in:
Alan Rominger 2022-02-15 13:05:59 -05:00
parent 3f08e26881
commit fe7a2fe229
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559

View File

@ -26,6 +26,8 @@
mode: '0600'
when: not lookup('vars', item.item, default='') and not item.stat.exists
loop: "{{ secrets.results }}"
loop_control:
label: '{{ item.stat.path }}'
- name: Include generated secrets unless they are explicitly passed in
include_vars: "{{ sources_dest }}/secrets/{{ item.item }}.yml"