Beautify output
This commit is contained in:
parent
dad7d71f09
commit
be9e148100
@ -25,6 +25,8 @@
|
|||||||
dest: '{{ render_path }}/{{ item.path }}'
|
dest: '{{ render_path }}/{{ item.path }}'
|
||||||
changed_when: false
|
changed_when: false
|
||||||
with_filetree: './compose'
|
with_filetree: './compose'
|
||||||
|
loop_control:
|
||||||
|
label: '{{ item.path }}'
|
||||||
when: item.state == 'directory'
|
when: item.state == 'directory'
|
||||||
- name: Template Compose structure
|
- name: Template Compose structure
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
@ -33,6 +35,8 @@
|
|||||||
force: true
|
force: true
|
||||||
changed_when: false
|
changed_when: false
|
||||||
with_filetree: './compose'
|
with_filetree: './compose'
|
||||||
|
loop_control:
|
||||||
|
label: '{{ item.path }}'
|
||||||
when: item.state == 'file' and item.path not in render_blacklist
|
when: item.state == 'file' and item.path not in render_blacklist
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user