debug: Add debug print

This commit is contained in:
Mangiang 2021-10-28 14:13:01 -04:00
parent 920f69d4c0
commit 22daa666fc
No known key found for this signature in database
GPG Key ID: DAE9B92A692CD55C

View File

@ -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