mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
splitted the command on multiple lines
This commit is contained in:
@@ -31,5 +31,8 @@ usermod -aG sudo user
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# (as user) Pull the latest configuration and apply the latter
|
# (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