mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Add loop label with docker-compose playbook
This commit is contained in:
parent
3f08e26881
commit
fe7a2fe229
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user