added more comments for the user section

This commit is contained in:
aminnairi
2023-04-11 22:01:59 +02:00
parent 314d55b4a1
commit 889331d93d
+5
View File
@@ -35,8 +35,13 @@ usermod --add --groups sudo user
#### Installation #### Installation
```bash ```bash
# Clone the repository
git clone https://github.com/aminnairi/laptop.git git clone https://github.com/aminnairi/laptop.git
# Change the current working directory
cd laptop cd laptop
# Apply the configuration
ansible-playbook --ask-become-pass playbook.yml ansible-playbook --ask-become-pass playbook.yml
``` ```