remote_artifacts is used by the basic role
So it might be it is defined even for the wrapper playbook. Probably not, but let's test it.
This commit is contained in:
parent
ed7f34e778
commit
3665efe8d8
@ -17,7 +17,7 @@
|
||||
always:
|
||||
- name: Pull out the logs
|
||||
fetch:
|
||||
dest: "{{ logs }}"
|
||||
dest: "{{ remote_artifacts }}"
|
||||
src: "{{ item }}"
|
||||
flat: yes
|
||||
with_items:
|
||||
|
Loading…
Reference in New Issue
Block a user