splitted the command on multiple lines

This commit is contained in:
aminnairi
2023-04-09 22:44:28 +02:00
parent d061ae08e6
commit 2496fb1ba3
+4 -1
View File
@@ -31,5 +31,8 @@ usermod -aG sudo user
```bash
# (as user) Pull the latest configuration and apply the latter
ansible-pull --url https://github.com/aminnairi/laptop.git --ask-become-pass
ansible-pull \
--url https://github.com/aminnairi/laptop.git \
--ask-become-pass \
playbook.yml
```