From 45477a6c7d5a0a75b25b209812d99180e3447c59 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Fri, 11 Jul 2025 00:05:57 +0200 Subject: [PATCH] docs: minor format cleanup install.md --- docs/content/install.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/content/install.md b/docs/content/install.md index bb1bcd7e7..e7b59b63c 100644 --- a/docs/content/install.md +++ b/docs/content/install.md @@ -507,15 +507,15 @@ role](https://github.com/stefangweichinger/ansible-rclone). Instructions - 1. `git clone https://github.com/stefangweichinger/ansible-rclone.git` into - your local roles-directory - 2. add the role to the hosts you want rclone installed to: +1. `git clone https://github.com/stefangweichinger/ansible-rclone.git` into + your local roles-directory +2. add the role to the hosts you want rclone installed to: -```yml + ```yml - hosts: rclone-hosts roles: - - rclone -``` + - rclone + ``` ## Portable installation {#portable}