diff options
| author | alex <alex@pdp7.net> | 2025-10-11 10:46:09 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2025-10-11 10:46:09 +0200 |
| commit | c0c12ca7fa138c8b1bf8d072bc9397f60f5ef79e (patch) | |
| tree | e3e50b926596db54a40a432d3ab0a00627048ea6 /infrastructure | |
| parent | ccad58269a305455d77d0882bc746df094e424ec (diff) | |
Fix incorrect quoting
Diffstat (limited to 'infrastructure')
| -rw-r--r-- | infrastructure/roles/users/README.md | 2 |
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. |
