Changeset - 29984fbe5d02
[Not reviewed]
0 1 0
x - 19 months ago 2023-10-13 22:05:50
xbr@c3l.lu
fix: add API.yml
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
web/tasks/api.yml
Show inline comments
 
---
 
# Setup the API website
 
- name: "Clone website repo"
 
  ansible.builtin.git:
 
    repo: "ssh://kallithea@projects.c3l.lu/freifunk/web/api"
 
    dest: "/var/www/api/"
 
    version: "main"
 
\ No newline at end of file
0 comments (0 inline, 0 general)