aboutsummaryrefslogtreecommitdiff
path: root/infrastructure/roles/users/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/roles/users/README.md')
-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.