From c0c12ca7fa138c8b1bf8d072bc9397f60f5ef79e Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 11 Oct 2025 10:46:09 +0200 Subject: [PATCH] Fix incorrect quoting --- infrastructure/roles/users/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/roles/users/README.md b/infrastructure/roles/users/README.md index 71a4486..3741ff1 100644 --- a/infrastructure/roles/users/README.md +++ b/infrastructure/roles/users/README.md @@ -5,7 +5,7 @@ This role creates users in the `sudo` group. `sudo` requires a password. -To set your password, run `su -c 'passwd $(whoami)'`. +To set your password, run `su -c "passwd $(whoami)"`. From then on, use `sudo` for privileged actions. Remember to only modify the system using Ansible. -- 2.47.3