mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
Merge pull request #11747 from AlanCoding/loop_label
Add loop label with docker-compose playbook
This commit is contained in:
@@ -26,6 +26,8 @@
|
|||||||
mode: '0600'
|
mode: '0600'
|
||||||
when: not lookup('vars', item.item, default='') and not item.stat.exists
|
when: not lookup('vars', item.item, default='') and not item.stat.exists
|
||||||
loop: "{{ secrets.results }}"
|
loop: "{{ secrets.results }}"
|
||||||
|
loop_control:
|
||||||
|
label: '{{ item.stat.path }}'
|
||||||
|
|
||||||
- name: Include generated secrets unless they are explicitly passed in
|
- name: Include generated secrets unless they are explicitly passed in
|
||||||
include_vars: "{{ sources_dest }}/secrets/{{ item.item }}.yml"
|
include_vars: "{{ sources_dest }}/secrets/{{ item.item }}.yml"
|
||||||
|
|||||||
Reference in New Issue
Block a user