1
0
mirror of https://github.com/rclone/rclone.git synced 2025-08-10 06:09:44 +02:00

docs: minor format cleanup install.md

This commit is contained in:
albertony
2025-07-11 00:05:57 +02:00
parent 79b549b5a4
commit 45477a6c7d

View File

@@ -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}