mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
simplified the command by using ansible-pull
This commit is contained in:
@@ -14,9 +14,7 @@ pacman -S ansible git which
|
|||||||
usermod -aG sudo $USER
|
usermod -aG sudo $USER
|
||||||
|
|
||||||
# as user
|
# as user
|
||||||
git clone https://github.com/aminnairi/laptop.git
|
ansible-pull --url https://github.com/aminnairi/laptop.git --ask-become-pass
|
||||||
cd laptop
|
|
||||||
ansible-playbook --ask-become-pass playbook.yml
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Where `$USER` is the username to allow sudo rights.
|
Where `$USER` is the username to allow sudo rights.
|
||||||
|
|||||||
Reference in New Issue
Block a user