From 95186a2077d442429d48fa9c11e78507ef40378e Mon Sep 17 00:00:00 2001 From: Arthur BOUDREAULT <boudreaultarthur@ik.me> Date: Thu, 14 Oct 2021 15:13:45 +0200 Subject: [PATCH] refactor: Comments no longer needed because of new readme --- default/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default/main.yml b/default/main.yml index b8a1fe6..2c6873e 100644 --- a/default/main.yml +++ b/default/main.yml @@ -19,8 +19,8 @@ ynh_users: null # The list of Yunohost apps. ynh_apps: null - # - label: Tiny Tiny RSS # Label is important, it's a reference for the Playbook. - # link: ttrss # It can be the name of an official ynh app or a git repo link - # args: # Provide args here. Domain and path are mandatory, other args depend on the app (cf manifest.json of app). + # - label: Tiny Tiny RSS + # link: ttrss + # args: # domain: domain.tld # path: /ttrss -- GitLab