From: alex Date: Sat, 11 Oct 2025 08:46:09 +0000 (+0200) Subject: Fix incorrect quoting X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=c0c12ca7fa138c8b1bf8d072bc9397f60f5ef79e;p=infrastructure.git Fix incorrect quoting --- 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.