fix: Remove debug print

This commit is contained in:
Mangiang 2021-10-28 23:58:16 -04:00
parent 7ef58fcb23
commit 6152b6cc08
No known key found for this signature in database
GPG Key ID: DAE9B92A692CD55C

View File

@ -3,9 +3,6 @@
hosts: host hosts: host
tasks: tasks:
- name: Debug
debug:
msg: "{{ lookup('env', 'SPT_ITEMS_PATH') }}"
- name: Delete spt-items-api before adding everything again - name: Delete spt-items-api before adding everything again
file: file:
state: absent state: absent