better comment for the ansible pull command

This commit is contained in:
aminnairi
2023-04-09 22:40:44 +02:00
parent fbe0864c98
commit e1415c7df0
+1
View File
@@ -24,6 +24,7 @@ passwd user
# (as root) Add the "sudo" group for the created user # (as root) Add the "sudo" group for the created user
usermod -aG sudo 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 ansible-pull --url https://github.com/aminnairi/laptop.git --ask-become-pass
``` ```