mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
splitted the command on multiple lines
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user