Changeset - a0a703d97fe6
[Not reviewed]
0 1 0
x - 17 months ago 2023-12-14 19:47:09
xbr@c3l.lu
fix: assign api permissions properly
1 file changed with 9 insertions and 1 deletions:
0 comments (0 inline, 0 general)
web/tasks/api.yml
Show inline comments
 
@@ -4,4 +4,12 @@
 
  ansible.builtin.git:
 
    repo: "ssh://kallithea@projects.c3l.lu/freifunk/web/api"
 
    dest: "/var/www/api/"
 
    version: "main"
 
\ No newline at end of file
 
    version: "main"
 
  become: true
 
- name: "Assign permissions to fflux"
 
  ansible.builtin.file:
 
    path: "/var/www/api/"
 
    owner: fflux
 
    group: fflux
 
    recurse: true
 
  become: true
0 comments (0 inline, 0 general)