From e1415c7df0b2ee371c06a71ab3e8f28940d11d27 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 9 Apr 2023 22:40:44 +0200 Subject: [PATCH] better comment for the ansible pull command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e05a172..8095283 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ passwd user # (as root) Add the "sudo" group for the created user usermod -aG sudo user +# (as user) Pull the latest configuration and apply the latter ansible-pull --url https://github.com/aminnairi/laptop.git --ask-become-pass ```