aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2025-10-11 10:46:09 +0200
committeralex <alex@pdp7.net>2025-10-11 10:46:09 +0200
commitc0c12ca7fa138c8b1bf8d072bc9397f60f5ef79e (patch)
treee3e50b926596db54a40a432d3ab0a00627048ea6
parentccad58269a305455d77d0882bc746df094e424ec (diff)
Fix incorrect quoting
-rw-r--r--infrastructure/roles/users/README.md2
1 files changed, 1 insertions, 1 deletions
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.