diff --git a/default/main.yml b/default/main.yml
index 5613ae13fd12f4a924a261ee559815ad4edb270f..6b530b21b0302ca52f97129177668381e5b82bbd 100644
--- a/default/main.yml
+++ b/default/main.yml
@@ -21,6 +21,6 @@ ynh_users: ~
 ynh_apps: ~
   # - 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. Path and domain are mandatory, other args depend on the app (cf manifest.json of app).
-  #     path: /ttrss
-  #     domain: domain.tld
\ No newline at end of file
+  #   args: # Provide args here. Domain and path are mandatory, other args depend on the app (cf manifest.json of app).
+  #     domain: domain.tld
+  #     path: /ttrss
\ No newline at end of file
diff --git a/tasks/main.yml b/tasks/main.yml
index 9353a8ce8d2d32643ffcb2f2c2bb71652eb98494..604f58444361fc0e3f27fd1e109a3b6969165ba8 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -33,7 +33,7 @@
   ansible.builtin.include: domains.yml
   when: ynh_extra_domains
 
-- name: Run first Yunohost diagnosis # Required to install certificates
+- name: Run first Yunohost diagnosis
   ansible.builtin.shell: yunohost diagnosis run
 
 - name: Install domain certificates