debug: Add debug print
This commit is contained in:
parent
920f69d4c0
commit
22daa666fc
@ -3,7 +3,9 @@
|
||||
hosts: host
|
||||
|
||||
tasks:
|
||||
## Copy the backend project containing also the frontend
|
||||
- name: Debug
|
||||
debug:
|
||||
msg: "{{ lookup('env', 'SPT_ITEMS_PATH') }}"
|
||||
- name: Delete spt-item-finder before adding everything again
|
||||
file:
|
||||
state: absent
|
||||
|
Loading…
x
Reference in New Issue
Block a user