fix: Fix playbook api

This commit is contained in:
Mangiang 2021-10-28 13:39:26 -04:00
parent e8ed4b3a7a
commit a124febf5c
No known key found for this signature in database
GPG Key ID: DAE9B92A692CD55C

View File

@ -10,7 +10,7 @@
path: "{{ lookup('env', 'SPT_ITEMS_PATH') }}" path: "{{ lookup('env', 'SPT_ITEMS_PATH') }}"
- name: Copy the project - name: Copy the project
copy: copy:
src: ../api/ src: ../items/api/
dest: "{{ lookup('env', 'SPT_ITEMS_PATH') }}" dest: "{{ lookup('env', 'SPT_ITEMS_PATH') }}"
- name: Copy PHP .env file - name: Copy PHP .env file
template: template: