From a5fc63d285acc168387f41f9852a3049bc287385 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 9 Apr 2023 22:27:49 +0200 Subject: [PATCH] simplified the command by using ansible-pull --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6fa7c47..f344d78 100644 --- a/README.md +++ b/README.md @@ -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.