From 821af4d34204b9385811209d028a4a097848e069 2023-12-14 20:58:38 From: x Date: 2023-12-14 20:58:38 Subject: [PATCH] fix: api no sticky bit and correct directory --- diff --git a/web/tasks/api.yml b/web/tasks/api.yml index 41c1ed5e053d5d3f79098823cfdcd3eb4b6023c7..66a8a4040d27e21a31c2e661176083ceb6d472aa 100644 --- a/web/tasks/api.yml +++ b/web/tasks/api.yml @@ -2,11 +2,11 @@ # Setup the API website - name: "Make sure api directory exists" ansible.builtin.file: - path: /var/www/api/"" + path: "/var/www/api/" state: directory owner: fflux group: fflux - mode: '1755' + mode: '0755' become: true - name: "Clone api repo" ansible.builtin.git: