Merge pull request #11747 from AlanCoding/loop_label

Add loop label with docker-compose playbook
This commit is contained in:
Shane McDonald
2022-02-17 09:45:03 -05:00
committed by GitHub

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"