Changeset - 821af4d34204
[Not reviewed]
0 1 0
x - 17 months ago 2023-12-14 20:58:38
xbr@c3l.lu
fix: api no sticky bit and correct directory
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
web/tasks/api.yml
Show inline comments
 
@@ -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:
0 comments (0 inline, 0 general)