simplified the command by using ansible-pull

This commit is contained in:
aminnairi
2023-04-09 22:27:49 +02:00
parent dad5e005ba
commit a5fc63d285
+1 -3
View File
@@ -14,9 +14,7 @@ pacman -S ansible git which
usermod -aG sudo $USER
# as user
git clone https://github.com/aminnairi/laptop.git
cd laptop
ansible-playbook --ask-become-pass playbook.yml
ansible-pull --url https://github.com/aminnairi/laptop.git --ask-become-pass
```
Where `$USER` is the username to allow sudo rights.